diff options
Diffstat (limited to 'internal.h')
-rw-r--r-- | internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal.h b/internal.h index 22f4f2fa1..090fcc8fb 100644 --- a/internal.h +++ b/internal.h | |||
@@ -31,6 +31,7 @@ | |||
31 | #include <string.h> | 31 | #include <string.h> |
32 | #include <unistd.h> | 32 | #include <unistd.h> |
33 | #include <sys/stat.h> | 33 | #include <sys/stat.h> |
34 | //#include <sys/param.h> | ||
34 | #include <mntent.h> | 35 | #include <mntent.h> |
35 | 36 | ||
36 | 37 | ||
@@ -186,6 +187,7 @@ extern pid_t findInitPid(); | |||
186 | #if defined BB_INIT || defined BB_SYSLOGD | 187 | #if defined BB_INIT || defined BB_SYSLOGD |
187 | extern int device_open(char *device, int mode); | 188 | extern int device_open(char *device, int mode); |
188 | #endif | 189 | #endif |
190 | extern void whine_if_fstab_is_missing(); | ||
189 | 191 | ||
190 | #if defined BB_FEATURE_MOUNT_LOOP | 192 | #if defined BB_FEATURE_MOUNT_LOOP |
191 | extern int del_loop(const char *device); | 193 | extern int del_loop(const char *device); |