diff options
Diffstat (limited to 'lib/tevent')
-rw-r--r-- | lib/tevent/pytevent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tevent/pytevent.c b/lib/tevent/pytevent.c index 4c0cbfd3cd..3b45ba1928 100644 --- a/lib/tevent/pytevent.c +++ b/lib/tevent/pytevent.c @@ -29,7 +29,7 @@ #include <tevent.h> #include <stdbool.h> -#include <tevent_util.h> +#include "tevent_util.h" typedef struct { PyObject_HEAD |