diff options
Diffstat (limited to 'coreutils/touch.c')
-rw-r--r-- | coreutils/touch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/touch.c b/coreutils/touch.c index 72bf904f8..ae4e689f1 100644 --- a/coreutils/touch.c +++ b/coreutils/touch.c | |||
@@ -26,6 +26,7 @@ | |||
26 | #include <stdlib.h> | 26 | #include <stdlib.h> |
27 | #include "busybox.h" | 27 | #include "busybox.h" |
28 | 28 | ||
29 | int touch_main(int argc, char **argv); | ||
29 | int touch_main(int argc, char **argv) | 30 | int touch_main(int argc, char **argv) |
30 | { | 31 | { |
31 | int fd; | 32 | int fd; |