summaryrefslogtreecommitdiff
path: root/seekp.c
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2021-09-25 18:49:16 +0100
committerIan C <ianc@noddybox.co.uk>2021-09-25 18:49:16 +0100
commit5784031c8874499bc3ab2d8539f15f7fec332710 (patch)
tree27250aa5a47817b5e53b2759d01ce2e6fd3205d0 /seekp.c
parent0995c4defcf1daa10a2aad5a33bf6e1f1124ee1b (diff)
Added .gitignore and fix errors on MacOS
Diffstat (limited to 'seekp.c')
-rw-r--r--seekp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/seekp.c b/seekp.c
index c97afcf..effab28 100644
--- a/seekp.c
+++ b/seekp.c
@@ -6,6 +6,7 @@
#include <errno.h>
#include <string.h>
+#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>