aboutsummaryrefslogtreecommitdiff
path: root/miscutils/watchdog.c
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-03-09 21:28:09 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-03-09 21:28:09 +0000
commit49efa6409a6796771c60dd1c2e2ac30ad6f0e1c2 (patch)
treef9d8162943723e8ca80ec4ef76bdaa7284ebaf11 /miscutils/watchdog.c
parent1ac3737b2be159605be497acba46eb6ebc0de450 (diff)
downloadbusybox-w32-49efa6409a6796771c60dd1c2e2ac30ad6f0e1c2.tar.gz
busybox-w32-49efa6409a6796771c60dd1c2e2ac30ad6f0e1c2.tar.bz2
busybox-w32-49efa6409a6796771c60dd1c2e2ac30ad6f0e1c2.zip
Patch from Jeff Garzik marking a few 'getopt not needed' apps.
git-svn-id: svn://busybox.net/trunk/busybox@2029 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'miscutils/watchdog.c')
-rw-r--r--miscutils/watchdog.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/miscutils/watchdog.c b/miscutils/watchdog.c
index 5b5fd6953..f0b0ebd0e 100644
--- a/miscutils/watchdog.c
+++ b/miscutils/watchdog.c
@@ -20,6 +20,8 @@
20 * 20 *
21 */ 21 */
22 22
23/* getopt not needed */
24
23#include <stdio.h> 25#include <stdio.h>
24#include <fcntl.h> 26#include <fcntl.h>
25#include <unistd.h> 27#include <unistd.h>