summaryrefslogtreecommitdiff
path: root/src/interfaces/libpgeasy/examples/pgwordcount.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/libpgeasy/examples/pgwordcount.c')
-rw-r--r--src/interfaces/libpgeasy/examples/pgwordcount.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/libpgeasy/examples/pgwordcount.c b/src/interfaces/libpgeasy/examples/pgwordcount.c
index 4715f88f43..c5705e87fa 100644
--- a/src/interfaces/libpgeasy/examples/pgwordcount.c
+++ b/src/interfaces/libpgeasy/examples/pgwordcount.c
@@ -4,9 +4,9 @@
*/
#include <stdio.h>
-#include "halt.h"
#include <libpq-fe.h>
-#include "pgeasy.h"
+#include "../halt.h"
+#include "libpgeasy.h"
int
main(int argc, char **argv)