Add linux compatibility
authorteodor <teodor>
Tue, 5 Oct 2004 08:13:52 +0000 (08:13 +0000)
committerteodor <teodor>
Tue, 5 Oct 2004 08:13:52 +0000 (08:13 +0000)
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"