From 98caacae20fb2c9b44f6c41896bba822973750f7 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 28 May 2009 16:55:52 +0000 Subject: [PATCH] busybox: fix watchdog util compile SVN-Revision: 16150 --- package/busybox/patches/530-watchdog_fix.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package/busybox/patches/530-watchdog_fix.patch diff --git a/package/busybox/patches/530-watchdog_fix.patch b/package/busybox/patches/530-watchdog_fix.patch new file mode 100644 index 0000000000..64e6dd5fd1 --- /dev/null +++ b/package/busybox/patches/530-watchdog_fix.patch @@ -0,0 +1,12 @@ +--- a/miscutils/watchdog.c ++++ b/miscutils/watchdog.c +@@ -10,7 +10,8 @@ + */ + + #include "libbb.h" +-#include "linux/watchdog.h" ++#include ++#include + + #define OPT_FOREGROUND (1 << 0) + #define OPT_STIMER (1 << 1)