Add a few missing #include's of <string.h>.
[userv-utils] / ipif / hex.c
index 37cb75b..c30b909 100644 (file)
@@ -1,5 +1,6 @@
 /*
- * Copyright (C) 1997,2000 Ian Jackson
+ * Copyright (C) 1997,2000,2003 Ian Jackson
+ * This file is part of ipif, part of userv-utils
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by
@@ -19,6 +20,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <assert.h>
+#include <string.h>
 #include <sysexits.h>
 
 #include "hex.h"