diff options
Diffstat (limited to 'net-mgmt/nagios12/files/patch-xeddb.c')
-rw-r--r-- | net-mgmt/nagios12/files/patch-xeddb.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/nagios12/files/patch-xeddb.c b/net-mgmt/nagios12/files/patch-xeddb.c new file mode 100644 index 000000000000..2aaaa7db9043 --- /dev/null +++ b/net-mgmt/nagios12/files/patch-xeddb.c @@ -0,0 +1,11 @@ +--- xdata/xeddb.c.orig Tue Feb 26 05:04:09 2002 ++++ xdata/xeddb.c Thu Mar 6 23:16:01 2003 +@@ -44,7 +44,7 @@ + #endif + + #ifdef USE_XEDPGSQL +-#include <pgsql/libpq-fe.h> ++#include <libpq-fe.h> + #endif + + |