summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/pngo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/pngo.c b/bin/pngo.c
index ef4ded36..84c81444 100644
--- a/bin/pngo.c
+++ b/bin/pngo.c
@@ -23,6 +23,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <sysexits.h>
+#include <unistd.h>
 #include <zlib.h>
 
 #define PACKED __attribute__((packed))
-12Replace libedit MakefileJune McEnroe 2019-01-11Import /usr/src/lib/libedit from NetBSD 8.0June McEnroe 2019-01-11Add PSlit for prompt escapesJune McEnroe 2019-01-11Don't make depend automaticallyJune McEnroe