diff options
-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)) |
index : nsxiv | ||
neo simple X image viewer. | sinan@sinanmohd.com |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | util.h | 1 |
@@ -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)) |