blob: 8046cf9e06bd17ca3ec5f70d0aaa347cffa92ef8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
--- kpilot/pilotListener.cc.orig Thu Feb 10 22:24:08 2000
+++ kpilot/pilotListener.cc Thu Feb 10 22:24:33 2000
@@ -1,5 +1,6 @@
#include <sys/time.h>
#include <sys/types.h>
+#include <string.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
|