aboutsummaryrefslogtreecommitdiffstats
path: root/security/snort/files/patch-flow_stat.h
blob: a218bda25816c806278e4bc5274d8ac4b6b30c80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- src/preprocessors/flow/flow_stat.h.orig Fri Dec 19 14:37:49 2003
+++ src/preprocessors/flow/flow_stat.h  Fri Dec 19 14:39:27 2003
@@ -2,8 +2,13 @@
 #define _FLOW_STAT_H
 
 #include <stdio.h>
-#include <stdint.h>
 #include <time.h>
+
+#if HAVE_STDINT_H
+ #include <stdint.h>
+#else
+ #include <inttypes.h>
+#endif
 
 #include "flow.h"