blob: 5464611c13259f3106d9793c5172d682c4222e90 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- ebtables-v2.0.10-4.orig/extensions/ebt_limit.c 2011-12-15 21:02:47.000000000 +0100
+++ ebtables-v2.0.10-4/extensions/ebt_limit.c 2014-03-23 15:52:04.000000000 +0100
@@ -8,6 +8,7 @@
* September, 2003
*/
+#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
|