From: Jelmer Vernooij Date: Sat, 21 Feb 2009 18:08:24 +0000 (+0100) Subject: pytevent: Fix include path - tevent_util is not installed. X-Git-Tag: samba-4.0.0alpha7~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9a057bc0497fd201142799d02f046e95236f921;p=thirdparty%2Fsamba.git pytevent: Fix include path - tevent_util is not installed. --- diff --git a/lib/tevent/pytevent.c b/lib/tevent/pytevent.c index 4c0cbfd3cd1..3b45ba19287 100644 --- a/lib/tevent/pytevent.c +++ b/lib/tevent/pytevent.c @@ -29,7 +29,7 @@ #include #include -#include +#include "tevent_util.h" typedef struct { PyObject_HEAD