aboutsummaryrefslogtreecommitdiff
path: root/security/bro/files/patch-patricia.h
blob: 10979f72537e2b6511581053abf7bd2e13fc4be8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- patricia.h.orig	Sun Oct  5 18:29:52 2003
+++ patricia.h	Sun Oct  5 18:30:05 2003
@@ -51,6 +51,8 @@
 #ifndef _PATRICIA_H
 #define _PATRICIA_H
 
+#include <sys/types.h>
+
 /* typedef unsigned int u_int; */
 typedef void (*void_fn_t)();
 /* { from defs.h */