summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq++/examples/testlibpq5.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/libpq++/examples/testlibpq5.cc')
-rw-r--r--src/interfaces/libpq++/examples/testlibpq5.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/libpq++/examples/testlibpq5.cc b/src/interfaces/libpq++/examples/testlibpq5.cc
index 8c299fe73be..1b6d91bbf4c 100644
--- a/src/interfaces/libpq++/examples/testlibpq5.cc
+++ b/src/interfaces/libpq++/examples/testlibpq5.cc
@@ -31,7 +31,7 @@ tuple 1: got
#include <stdlib.h>
extern "C" {
#include "postgres.h" // for Postgres types
-#include "utils/geo-decls.h" // for the POLYGON type
+#include "utils/geo_decls.h" // for the POLYGON type
}
main()