fdf5e9f29a
network clone utility
7 lines
182 B
C++
7 lines
182 B
C++
--- List.cpp.orig Thu Jul 15 23:34:22 2004
|
|
+++ List.cpp Thu Jul 15 23:35:39 2004
|
|
@@ -1,3 +1,4 @@
|
|
+#include <sys/types.h>
|
|
#include <stdlib.h>
|
|
#include <errno.h>
|
|
#include <stdio.h>
|