diff options
Diffstat (limited to 'procps/fuser.c')
-rw-r--r-- | procps/fuser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/fuser.c b/procps/fuser.c index 40789dd5e..f65b05d98 100644 --- a/procps/fuser.c +++ b/procps/fuser.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * GNU Library General Public License | 8 | * GNU Library General Public License |
9 | */ | 9 | */ |
10 | 10 | ||
11 | #include "busybox.h" | 11 | #include "libbb.h" |
12 | 12 | ||
13 | #define FUSER_PROC_DIR "/proc" | 13 | #define FUSER_PROC_DIR "/proc" |
14 | #define FUSER_MAX_LINE 255 | 14 | #define FUSER_MAX_LINE 255 |