Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/uname.c')
-rw-r--r--coreutils/uname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/uname.c b/coreutils/uname.c
index 55616dd19..8d9427c86 100644
--- a/coreutils/uname.c
+++ b/coreutils/uname.c
@@ -31,7 +31,7 @@
/* Busyboxed by Erik Andersen */
-#include "internal.h"
+#include "busybox.h"
#include <stdio.h>
#include <sys/types.h>
#include <sys/utsname.h>