Add missing header file to squash a warning

This commit is contained in:
Eric Andersen 2002-12-11 04:25:02 +00:00
parent 80ff9449bf
commit 29f9b2fbdb

View File

@ -27,6 +27,7 @@
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include <sys/wait.h>
#include "busybox.h"
extern int watch_main(int argc, char **argv)