From 6d8f861bf25b9a651e1672d6e8c153339bde8f5c Mon Sep 17 00:00:00 2001 From: Laurent Ghigonis Date: Thu, 29 Nov 2012 10:57:46 +0100 Subject: include event.h here, and also the default queue.h of the system instead of the shipped one for now --- libglouglou/libglouglou.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -#include "contrib/queue.h" +#include +/* 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 #define PACKET_VERSION 1 #define PACKET_BUFFER_SIZE 16384 -- cgit v1.2.3-59-g8ed1b