aboutsummaryrefslogtreecommitdiffstats
path: root/glougloud/external/imsgev.h
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2012-07-22 00:04:12 +0200
committerLaurent Ghigonis <laurent@p1sec.com>2012-07-22 00:04:12 +0200
commit021d31b61e0803758610e2bd83302d5955547ee0 (patch)
tree26318204fca91505e5354efdee614ede0537db71 /glougloud/external/imsgev.h
parentlibglouglou in README (diff)
downloadglouglou-021d31b61e0803758610e2bd83302d5955547ee0.tar.xz
glouglou-021d31b61e0803758610e2bd83302d5955547ee0.zip
make it at least compile on linux.
tested on archlinux
Diffstat (limited to '')
-rw-r--r--glougloud/external/imsgev.h (renamed from glougloud/imsgev.h)2
1 files changed, 1 insertions, 1 deletions
diff --git a/glougloud/imsgev.h b/glougloud/external/imsgev.h
index 5e7419e..71163fb 100644
--- a/glougloud/imsgev.h
+++ b/glougloud/external/imsgev.h
@@ -18,7 +18,7 @@
#define __IMSGEV_H__
#include <event.h>
-#include <imsg.h>
+#include "imsg.h"
#define IMSG_LEN(m) ((m)->hdr.len - IMSG_HEADER_SIZE)