]> pd.if.org Git - zpackage/commitdiff
add missing headers
authorNathan Wagner <nw@hydaspes.if.org>
Thu, 4 Jan 2018 16:31:49 +0000 (10:31 -0600)
committerNathan Wagner <nw@hydaspes.if.org>
Tue, 10 Apr 2018 07:09:13 +0000 (02:09 -0500)
lib/compress.c
zpm-hash.c

index c9b0f6ac6a3a13a994e6f076a327556d07a65173..72fe159d2d6bb7edfdaecda4dee70643258a62eb 100644 (file)
@@ -1,3 +1,4 @@
+#include <stdlib.h>
 #include <stdio.h>
 #include <sys/types.h>
 #include <sys/stat.h>
index 1607a61d7210eefe2eeba2a0669255f1608f3e6b..c06d53d5a4f601c199dae49cd688046bfb4fa687 100644 (file)
@@ -1,5 +1,7 @@
 #include <stdlib.h>
 #include <stdio.h>
+#include <string.h>
+
 #include "zpm.h"
 #include "sha256.h"