summaryrefslogtreecommitdiff
path: root/ext/pgsql/php_pgsql.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pgsql/php_pgsql.h')
-rw-r--r--ext/pgsql/php_pgsql.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/pgsql/php_pgsql.h b/ext/pgsql/php_pgsql.h
index fbc4b90164..2c9061242f 100644
--- a/ext/pgsql/php_pgsql.h
+++ b/ext/pgsql/php_pgsql.h
@@ -42,6 +42,8 @@ extern zend_module_entry pgsql_module_entry;
#else
#define PHPAPI __declspec(dllimport)
#endif
+#elif defined NETWARE
+#include <libpq-fs.h>
#else
#include <libpq/libpq-fs.h>
#endif