pytevent: Fix include path - tevent_util is not installed.
authorJelmer Vernooij <jelmer@samba.org>
Sat, 21 Feb 2009 18:08:24 +0000 (19:08 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 21 Feb 2009 18:08:24 +0000 (19:08 +0100)
lib/tevent/pytevent.c

index 4c0cbfd3cd1cf837cb2a82d0f924ac4b87d78a56..3b45ba192875d6c994fd108e35788e21d84af1da 100644 (file)
@@ -29,7 +29,7 @@
 
 #include <tevent.h>
 #include <stdbool.h>
-#include <tevent_util.h>
+#include "tevent_util.h"
 
 typedef struct {
        PyObject_HEAD