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