aboutsummaryrefslogtreecommitdiff
path: root/pk/file.h
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2014-10-26 19:36:28 -0700
committerAndrew Waterman <waterman@cs.berkeley.edu>2014-10-26 19:36:28 -0700
commitfda0d85ae4596262d1da642593676e0f3cf3f0f1 (patch)
tree0725f2bd71cd1bbb7912de74f519a025a4703245 /pk/file.h
parent90e64853188620e02a02727ff050e5014cbc2528 (diff)
downloadpk-fda0d85ae4596262d1da642593676e0f3cf3f0f1.zip
pk-fda0d85ae4596262d1da642593676e0f3cf3f0f1.tar.gz
pk-fda0d85ae4596262d1da642593676e0f3cf3f0f1.tar.bz2
Don't rely on the C library
Diffstat (limited to 'pk/file.h')
-rw-r--r--pk/file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pk/file.h b/pk/file.h
index cc7838d..68b68a3 100644
--- a/pk/file.h
+++ b/pk/file.h
@@ -4,6 +4,7 @@
#define _FILE_H
#include <sys/stat.h>
+#include <unistd.h>
#include "atomic.h"
typedef struct file