diff main/database/src/converters.cc @ 11553:35e9e4b6ab34 octave-forge

Fix configuration of postgresql include directories.
author i7tiol
date Sun, 17 Mar 2013 19:08:04 +0000
parents d14a23884d9c
children bd5a8f1bdfb8
line wrap: on
line diff
--- a/main/database/src/converters.cc	Sun Mar 17 18:52:56 2013 +0000
+++ b/main/database/src/converters.cc	Sun Mar 17 19:08:04 2013 +0000
@@ -21,10 +21,10 @@
 #include <octave/ov-float.h>
 #include <octave/ov-uint8.h>
 
-#include <postgresql/libpq-fe.h>
+#include <libpq-fe.h>
 // FIXME: needed for NAMEDATALEN, but defining a lot of stuff which
 // might conflict with names here
-#include <postgresql/pg_config_manual.h>
+#include <pg_config_manual.h>
 
 #include "converters.h"