forked from Lainports/freebsd-ports
7 lines
162 B
C++
7 lines
162 B
C++
--- iplist.cpp.orig Sun Jan 11 05:51:45 2004
|
|
+++ iplist.cpp Sun Jan 18 02:43:29 2004
|
|
@@ -1,3 +1,4 @@
|
|
+#include <string.h>
|
|
#include "iplist.h"
|
|
|
|
IpList IPQUEUE;
|