diff options
Diffstat (limited to 'networking/httpd.c')
-rw-r--r-- | networking/httpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/httpd.c b/networking/httpd.c index d8ea483eb..f47e2c11f 100644 --- a/networking/httpd.c +++ b/networking/httpd.c | |||
@@ -91,7 +91,7 @@ | |||
91 | * | 91 | * |
92 | */ | 92 | */ |
93 | 93 | ||
94 | #include "busybox.h" | 94 | #include "libbb.h" |
95 | 95 | ||
96 | /* amount of buffering in a pipe */ | 96 | /* amount of buffering in a pipe */ |
97 | #ifndef PIPE_BUF | 97 | #ifndef PIPE_BUF |