Fix gcc 3.0 warnings.
[tinc] / src / subnet.c
index 537be11..ade4765 100644 (file)
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id: subnet.c,v 1.1.2.22 2001/06/06 19:11:16 guus Exp $
+    $Id: subnet.c,v 1.1.2.23 2001/06/29 13:09:55 guus Exp $
 */
 
 #include "config.h"
 
 #include <stdio.h>
 #include <syslog.h>
+#include <string.h>
 
 #include "conf.h"
 #include "net.h"