diff options
Diffstat (limited to 'util-linux/ipcs.c')
-rw-r--r-- | util-linux/ipcs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/ipcs.c b/util-linux/ipcs.c index 489480c..393f948 100644 --- a/util-linux/ipcs.c +++ b/util-linux/ipcs.c @@ -8,7 +8,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ -#include "busybox.h" +#include "libbb.h" #include <errno.h> #include <time.h> #include <pwd.h> |