Renamed "internal.h" to the more sensible "busybox.h".
[oweals/busybox.git] / id.c
diff --git a/id.c b/id.c
index a1a17924c32ec12d2004f146ee54020e8df20a04..fdfc33cdcd3b6b9b76f55225901fc0f072b4fb12 100644 (file)
--- a/id.c
+++ b/id.c
@@ -20,7 +20,7 @@
  *
  */
 
-#include "internal.h"
+#include "busybox.h"
 #include <stdio.h>
 #include <unistd.h>
 #include <pwd.h>