diff options
Diffstat (limited to 'net/traff/files/patch-readconfig.h')
-rw-r--r-- | net/traff/files/patch-readconfig.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/traff/files/patch-readconfig.h b/net/traff/files/patch-readconfig.h new file mode 100644 index 000000000000..36d7ea44b00f --- /dev/null +++ b/net/traff/files/patch-readconfig.h @@ -0,0 +1,11 @@ +--- readconfig.h.orig Wed Feb 13 06:54:06 2002 ++++ readconfig.h Tue Sep 27 19:33:19 2005 +@@ -14,7 +14,7 @@ + #endif + + #if withPGSQL +-#include <postgresql/libpq-fe.h> ++#include <libpq-fe.h> + #endif + + #include <pcap.h> |