diff options
author | Michael Smith <mikesmiffy128@gmail.com> | 2022-05-16 20:23:39 +0100 |
---|---|---|
committer | Michael Smith <mikesmiffy128@gmail.com> | 2022-05-16 20:23:39 +0100 |
commit | e8843dba3eb1c7a67f6ff7b920046ae36a12acd0 (patch) | |
tree | aa1ecd11a720ba66508000b2cdd08fa09ed4b4ac /src/os.h | |
parent | 9009f75bf5fd33e13abae5762d31968b39f233c3 (diff) |
Make the demo directory check more robust
This is how it should've been to begin with, but I was lazy.
Diffstat (limited to 'src/os.h')
-rw-r--r-- | src/os.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,7 @@ #include <string.h> #include <strings.h> #include <sys/mman.h> +#include <sys/stat.h> #include <unistd.h> #endif |