You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
325 B
11 lines
325 B
Index: apache2/modsecurity.h |
|
--- apache2/modsecurity.h.orig 2007-04-11 16:58:26 +0200 |
|
+++ apache2/modsecurity.h 2007-07-30 13:45:19 +0200 |
|
@@ -16,6 +16,7 @@ |
|
#include <stdio.h> |
|
#include <stdlib.h> |
|
#include <limits.h> |
|
+#include <time.h> |
|
|
|
typedef struct rule_exception rule_exception; |
|
typedef struct modsec_rec modsec_rec;
|
|
|