diff options
Diffstat (limited to 'src/interfaces/libpgeasy/examples/pgwordcount.c')
-rw-r--r-- | src/interfaces/libpgeasy/examples/pgwordcount.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/libpgeasy/examples/pgwordcount.c b/src/interfaces/libpgeasy/examples/pgwordcount.c index d87349e95bd..86aa8c2ff4f 100644 --- a/src/interfaces/libpgeasy/examples/pgwordcount.c +++ b/src/interfaces/libpgeasy/examples/pgwordcount.c @@ -4,9 +4,9 @@ */ #include <stdio.h> -#include <libpq-fe.h> +#include "libpq-fe.h" #include "../halt.h" -#include <libpgeasy.h> +#include "libpgeasy.h" int main(int argc, char **argv) |