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 d8ea483..f47e2c1 100644 --- a/networking/httpd.c +++ b/networking/httpd.c @@ -91,7 +91,7 @@ * */ -#include "busybox.h" +#include "libbb.h" /* amount of buffering in a pipe */ #ifndef PIPE_BUF |