chiark / gitweb /
Add a few missing #include's of <string.h>.
[userv-utils.git] / ipif / hex.c
index 67e388129ef0d0805d4e5394db7343fe5a18d8c6..c30b90937e4154186af896d188592fc1998bedeb 100644 (file)
@@ -20,6 +20,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <assert.h>
+#include <string.h>
 #include <sysexits.h>
 
 #include "hex.h"