Renamed "internal.h" to the more sensible "busybox.h".
[oweals/busybox.git] / coreutils / hostid.c
index f1010a65d524fa11301801018d22a7138478b3e6..47bd8d724815f13c377976d1281a6a688f70615f 100644 (file)
@@ -20,7 +20,7 @@
  *
  */
 
-#include "internal.h"
+#include "busybox.h"
 #include <stdio.h>
 
 extern int hostid_main(int argc, char **argv)