projects
/
tedtools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
3b69446
)
Add linux compatibility
author
teodor
<teodor>
Tue, 5 Oct 2004 08:13:52 +0000
(08:13 +0000)
committer
teodor
<teodor>
Tue, 5 Oct 2004 08:13:52 +0000
(08:13 +0000)
flatdb.c
patch
|
blob
|
history
diff --git
a/flatdb.c
b/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 <unistd.h>
#include <string.h>
#include <errno.h>
+#include <sys/types.h>
+#include <sys/stat.h>
#include "tlog.h"
#include "tmalloc.h"
#include "tlog.h"
#include "tmalloc.h"