Add linux compatibility
[tedtools.git] / flatdb.c
index 3ee3472..79a1ec6 100644 (file)
--- a/flatdb.c
+++ b/flatdb.c
@@ -32,6 +32,8 @@
 #include <unistd.h>
 #include <string.h>
 #include <errno.h>
+#include <sys/types.h>
+#include <sys/stat.h>
 
 #include "tlog.h"
 #include "tmalloc.h"