aboutsummaryrefslogtreecommitdiff
path: root/util-linux/setarch.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/setarch.c')
-rw-r--r--util-linux/setarch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/setarch.c b/util-linux/setarch.c
index a7a45ec4d..f6433d6ba 100644
--- a/util-linux/setarch.c
+++ b/util-linux/setarch.c
@@ -14,7 +14,7 @@
#include <stdio.h>
#include <sys/personality.h>
-#include "busybox.h"
+#include "libbb.h"
int setarch_main(int ATTRIBUTE_UNUSED argc, char **argv);
int setarch_main(int ATTRIBUTE_UNUSED argc, char **argv)