aboutsummaryrefslogtreecommitdiffstats
path: root/libglouglou/libglouglou.h
diff options
context:
space:
mode:
Diffstat (limited to 'libglouglou/libglouglou.h')
-rw-r--r--libglouglou/libglouglou.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/libglouglou/libglouglou.h b/libglouglou/libglouglou.h
index 93a4492..dd972d7 100644
--- a/libglouglou/libglouglou.h
+++ b/libglouglou/libglouglou.h
@@ -1,5 +1,11 @@
#include <sys/types.h>
-#include "contrib/queue.h"
+#include <event.h>
+/* XXX for now lets use the default sys/queue.h
+ * maybe in the future it will become a pain on linux because they ship
+ * an old version of it, and i'll need to ship the BSD version
+ * #include "contrib/queue.h"
+ */
+#include <sys/queue.h>
#define PACKET_VERSION 1
#define PACKET_BUFFER_SIZE 16384