diff options
author | vodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-10-06 15:18:09 +0000 |
---|---|---|
committer | vodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-10-06 15:18:09 +0000 |
commit | 958cf940516b45524fd1be2a25736795f7892e3f (patch) | |
tree | 04d3f095436c25870280cb70a55d6bb8ee3f517f /init/mesg.c | |
parent | 1d502e31f7b47e22edba4832d32ae95bcf12964f (diff) | |
download | busybox-w32-958cf940516b45524fd1be2a25736795f7892e3f.tar.gz busybox-w32-958cf940516b45524fd1be2a25736795f7892e3f.tar.bz2 busybox-w32-958cf940516b45524fd1be2a25736795f7892e3f.zip |
change strange depend to libbb.h, but require busybox.h
git-svn-id: svn://busybox.net/trunk/busybox@11791 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r-- | init/mesg.c | 2 |
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 @@ | |||
20 | 20 | ||
21 | #include <unistd.h> | 21 | #include <unistd.h> |
22 | #include <stdlib.h> | 22 | #include <stdlib.h> |
23 | #include "libbb.h" | 23 | #include "busybox.h" |
24 | 24 | ||
25 | #ifdef USE_TTY_GROUP | 25 | #ifdef USE_TTY_GROUP |
26 | #define S_IWGRP_OR_S_IWOTH S_IWGRP | 26 | #define S_IWGRP_OR_S_IWOTH S_IWGRP |