summaryrefslogtreecommitdiff
path: root/lib/tevent/events.i
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-12-16 19:57:09 +0100
committerStefan Metzmacher <metze@samba.org>2008-12-17 13:31:29 +0100
commit46eda790905e0ca70d9ecd2822578dbfde456e63 (patch)
tree142d4b85c91416c02b107ed41ec3232697b4c06e /lib/tevent/events.i
parent504f8816e3058b9358a18ef42e442753fe2657ba (diff)
downloadsamba-46eda790905e0ca70d9ecd2822578dbfde456e63.tar.gz
samba-46eda790905e0ca70d9ecd2822578dbfde456e63.tar.bz2
samba-46eda790905e0ca70d9ecd2822578dbfde456e63.zip
s4:lib/tevent: add lib/events/ compat and let things compile
metze
Diffstat (limited to 'lib/tevent/events.i')
-rw-r--r--lib/tevent/events.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tevent/events.i b/lib/tevent/events.i
index 8a0d9c4b6f..7a604a9f23 100644
--- a/lib/tevent/events.i
+++ b/lib/tevent/events.i
@@ -18,10 +18,10 @@
%module(docstring="Event management.",package="samba.events") events;
-%import "../../../lib/talloc/talloc.i";
+%import "../../lib/talloc/talloc.i";
%{
-#include "events.h"
+#include "tevent.h"
typedef struct event_context event;
%}