diff options
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ #include <stdio.h> #include <stdarg.h> #include <dirent.h> +#include <sys/types.h> #ifndef MIN #define MIN(a,b) ((a) < (b) ? (a) : (b)) |