X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=dirname.c;h=8313e99c692c26af3ec34578da561b08acdcde2e;hb=e5f39576650933770153e82c63a46f27fcd72b0e;hp=e34ecf8a90d65fe6b5659ded42a3f6ddb112c834;hpb=67991cf824f8df27e74c92d754fb507681c69ce6;p=oweals%2Fbusybox.git diff --git a/dirname.c b/dirname.c index e34ecf8a9..8313e99c6 100644 --- a/dirname.c +++ b/dirname.c @@ -20,10 +20,13 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * */ -#include "busybox.h" + +/* getopt not needed */ + #include #include #include +#include "busybox.h" extern int dirname_main(int argc, char **argv) {