summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-06-25 14:19:51 +0200
committerJo-Philipp Wich <jow@openwrt.org>2015-06-25 14:19:51 +0200
commit0ef5f3c6930133d5b074fd0722796d490cfcbb7c (patch)
treeb1652790d780ab6944168dc94b5ffbe2928688d2
parent23dba10808ade10855150031139d4a23e1a63c16 (diff)
contrib/firefunk-watchdog: fix build against musl
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
-rw-r--r--contrib/package/freifunk-watchdog/src/watchdog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/package/freifunk-watchdog/src/watchdog.h b/contrib/package/freifunk-watchdog/src/watchdog.h
index 3aa887640..6f2382de3 100644
--- a/contrib/package/freifunk-watchdog/src/watchdog.h
+++ b/contrib/package/freifunk-watchdog/src/watchdog.h
@@ -29,6 +29,7 @@
#include <math.h>
#include <time.h>
#include <signal.h>
+#include <limits.h>
#include <sys/wait.h>
#include <sys/stat.h>
#include <sys/ioctl.h>