diff options
Diffstat (limited to 'src/unix/posix.h')
-rw-r--r-- | src/unix/posix.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/unix/posix.h b/src/unix/posix.h index 6d0d0dfa6..48b492941 100644 --- a/src/unix/posix.h +++ b/src/unix/posix.h @@ -14,6 +14,8 @@ # include "compat/fnmatch.h" #endif +#include <stdio.h> + #define p_lstat(p,b) lstat(p,b) #define p_readlink(a, b, c) readlink(a, b, c) #define p_link(o,n) link(o, n) |