diff options
Diffstat (limited to 'miscutils/update.c')
-rw-r--r-- | miscutils/update.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/update.c b/miscutils/update.c index 3f3d68b87..e9f496913 100644 --- a/miscutils/update.c +++ b/miscutils/update.c | |||
@@ -28,7 +28,7 @@ | |||
28 | * earlier) kernel. 2.2.x and higher flush filesystem buffers automatically. | 28 | * earlier) kernel. 2.2.x and higher flush filesystem buffers automatically. |
29 | */ | 29 | */ |
30 | 30 | ||
31 | #include "internal.h" | 31 | #include "busybox.h" |
32 | #include <sys/param.h> | 32 | #include <sys/param.h> |
33 | #include <sys/syslog.h> | 33 | #include <sys/syslog.h> |
34 | #include <unistd.h> /* for getopt() */ | 34 | #include <unistd.h> /* for getopt() */ |