mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
11 lines
263 B
Diff
11 lines
263 B
Diff
|
--- src/knockd.c.orig 2008-12-03 07:21:14.643255773 +0000
|
||
|
+++ src/knockd.c 2008-12-03 07:24:59.606701396 +0000
|
||
|
@@ -46,6 +46,7 @@
|
||
|
#include <syslog.h>
|
||
|
#include <pcap.h>
|
||
|
#include <errno.h>
|
||
|
+#include <limits.h>
|
||
|
#include "list.h"
|
||
|
|
||
|
static char version[] = "0.5";
|