summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/util.h b/util.h
index 68e534e..ff749a5 100644
--- a/util.h
+++ b/util.h
@@ -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))