aboutsummaryrefslogtreecommitdiff
path: root/sysklogd
diff options
context:
space:
mode:
Diffstat (limited to 'sysklogd')
-rw-r--r--sysklogd/klogd.c2
-rw-r--r--sysklogd/logger.c2
-rw-r--r--sysklogd/logread.c2
-rw-r--r--sysklogd/syslogd.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/sysklogd/klogd.c b/sysklogd/klogd.c
index 62425394c..5beec14db 100644
--- a/sysklogd/klogd.c
+++ b/sysklogd/klogd.c
@@ -17,7 +17,7 @@
17 * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. 17 * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
18 */ 18 */
19 19
20#include "busybox.h" 20#include "libbb.h"
21#include <sys/syslog.h> 21#include <sys/syslog.h>
22#include <sys/klog.h> 22#include <sys/klog.h>
23 23
diff --git a/sysklogd/logger.c b/sysklogd/logger.c
index 71dd53142..971a6beae 100644
--- a/sysklogd/logger.c
+++ b/sysklogd/logger.c
@@ -7,7 +7,7 @@
7 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. 7 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
8 */ 8 */
9 9
10#include "busybox.h" 10#include "libbb.h"
11 11
12#if !defined CONFIG_SYSLOGD 12#if !defined CONFIG_SYSLOGD
13 13
diff --git a/sysklogd/logread.c b/sysklogd/logread.c
index b1758a695..ac354b5c3 100644
--- a/sysklogd/logread.c
+++ b/sysklogd/logread.c
@@ -9,7 +9,7 @@
9 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. 9 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
10 */ 10 */
11 11
12#include "busybox.h" 12#include "libbb.h"
13#include <sys/ipc.h> 13#include <sys/ipc.h>
14#include <sys/sem.h> 14#include <sys/sem.h>
15#include <sys/shm.h> 15#include <sys/shm.h>
diff --git a/sysklogd/syslogd.c b/sysklogd/syslogd.c
index 76a446b6a..8897e9c2d 100644
--- a/sysklogd/syslogd.c
+++ b/sysklogd/syslogd.c
@@ -13,7 +13,7 @@
13 * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. 13 * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
14 */ 14 */
15 15
16#include "busybox.h" 16#include "libbb.h"
17#include <paths.h> 17#include <paths.h>
18#include <sys/un.h> 18#include <sys/un.h>
19 19