diff options
Diffstat (limited to 'net-mgmt/nagios12/files/patch-xcddb.c')
-rw-r--r-- | net-mgmt/nagios12/files/patch-xcddb.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/nagios12/files/patch-xcddb.c b/net-mgmt/nagios12/files/patch-xcddb.c new file mode 100644 index 000000000000..34bc8dc1759a --- /dev/null +++ b/net-mgmt/nagios12/files/patch-xcddb.c @@ -0,0 +1,11 @@ +--- xdata/xcddb.c.orig Thu May 16 04:46:11 2002 ++++ xdata/xcddb.c Thu Mar 6 23:14:25 2003 +@@ -51,7 +51,7 @@ + #endif + + #ifdef USE_XCDPGSQL +-#include <pgsql/libpq-fe.h> ++#include <libpq-fe.h> + #endif + + |