aboutsummaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
author"Vladimir N. Oleynik" <dzo@simtreas.ru>2005-10-06 15:18:09 +0000
committer"Vladimir N. Oleynik" <dzo@simtreas.ru>2005-10-06 15:18:09 +0000
commitba248206fe50b4b905e220cdb68f4959593c17e7 (patch)
tree04d3f095436c25870280cb70a55d6bb8ee3f517f /init
parent664c6e7ea0ed6c78ed84e4055532e9d32e38731b (diff)
downloadbusybox-ba248206fe50b4b905e220cdb68f4959593c17e7.tar.gz
change strange depend to libbb.h, but require busybox.h
Diffstat (limited to 'init')
-rw-r--r--init/mesg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/mesg.c b/init/mesg.c
index 7fd9d24ae..f1cbe7ea0 100644
--- a/init/mesg.c
+++ b/init/mesg.c
@@ -20,7 +20,7 @@
#include <unistd.h>
#include <stdlib.h>
-#include "libbb.h"
+#include "busybox.h"
#ifdef USE_TTY_GROUP
#define S_IWGRP_OR_S_IWOTH S_IWGRP