diff options
Diffstat (limited to 'libbb/find_mount_point.c')
-rw-r--r-- | libbb/find_mount_point.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/find_mount_point.c b/libbb/find_mount_point.c index 27322f7f0..2d9481a69 100644 --- a/libbb/find_mount_point.c +++ b/libbb/find_mount_point.c | |||
@@ -26,6 +26,7 @@ | |||
26 | */ | 26 | */ |
27 | 27 | ||
28 | #include <stdio.h> | 28 | #include <stdio.h> |
29 | #include <string.h> | ||
29 | #include "libbb.h" | 30 | #include "libbb.h" |
30 | 31 | ||
31 | 32 | ||