Renamed "internal.h" to the more sensible "busybox.h".
[oweals/busybox.git] / util-linux / getopt.c
index fb75790d9a102020b9f82699a6593b352b59b0bf..919ae6c68f3e339e08b7877410eda51269cde003 100644 (file)
@@ -49,7 +49,7 @@
 #include <ctype.h>
 #include <getopt.h>
 
-#include "internal.h"
+#include "busybox.h"
 
 /* NON_OPT is the code that is returned when a non-option is found in '+'
    mode */