pytevent: Fix include path - tevent_util is not installed.
[ira/wip.git] / 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