diff options
Diffstat (limited to 'src/interfaces/python')
-rw-r--r-- | src/interfaces/python/pgmodule.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interfaces/python/pgmodule.c b/src/interfaces/python/pgmodule.c index 375cb266584..03424b805c2 100644 --- a/src/interfaces/python/pgmodule.c +++ b/src/interfaces/python/pgmodule.c @@ -26,9 +26,9 @@ * */ -#include <Python.h> -#include <libpq-fe.h> -#include <libpq/libpq-fs.h> +#include "Python.h" +#include "libpq-fe.h" +#include "libpq/libpq-fs.h" #include <stdio.h> #include <stdlib.h> #include <string.h> |