freebsd-ports/security/snort/files/patch-flowps.h
Sergei Kolobov 82c79ffa07 - Update to 2.1.0 [1]
- Install some additional documentation [1]
- Fix WITH_MYSQL, WITH_ODBC and WITH_POSTGRES knobs [2]

PR:		60400 [1], 59445 [2]
Submitted by:	Nicolas Jombart <ecu@ipv42.net> [1],
		Ken Stailey <kstailey@yahoo.com> [2]
2003-12-19 23:20:22 +00:00

16 lines
344 B
C

--- src/preprocessors/flow/portscan/flowps.h.orig Fri Dec 19 14:37:56 2003
+++ src/preprocessors/flow/portscan/flowps.h Fri Dec 19 14:39:51 2003
@@ -6,7 +6,12 @@
#endif
#include <time.h>
-#include <stdint.h>
+
+#if HAVE_STDINT_H
+ #include <stdint.h>
+#else
+ #include <inttypes.h>
+#endif
#include "flow.h"
#include "unique_tracker.h"