chiark / gitweb /
Add a few missing #include's of <string.h>.
[userv-utils.git] / ipif / hex.c
index 37cb75b25c49cc5d0e7c040dd951968ce582ec6f..c30b90937e4154186af896d188592fc1998bedeb 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"