diff options
Diffstat (limited to 'networking/inetd.c')
-rw-r--r-- | networking/inetd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/inetd.c b/networking/inetd.c index dc191a40e..211a8dcbf 100644 --- a/networking/inetd.c +++ b/networking/inetd.c | |||
@@ -155,7 +155,7 @@ | |||
155 | * setuid() | 155 | * setuid() |
156 | */ | 156 | */ |
157 | 157 | ||
158 | #include "busybox.h" | 158 | #include "libbb.h" |
159 | #include <syslog.h> | 159 | #include <syslog.h> |
160 | #include <sys/un.h> | 160 | #include <sys/un.h> |
161 | 161 | ||