blob: 165515833bdd572b57a2a9aa78c6b6d394dca5c0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/helper/helper-socket.c.orig Tue Apr 12 20:10:13 2005
+++ src/helper/helper-socket.c Thu Dec 29 23:05:18 2005
@@ -25,6 +25,8 @@
#include <glib.h>
+#include <sys/types.h>
+#include <sys/time.h>
#include <netinet/in.h>
#include <string.h>
#include <sys/types.h>
|