shell: Include missing header file

This commit is contained in:
Sebastian Huber
2013-07-22 16:45:58 +02:00
parent ca1d84efb8
commit f2d9fda780
+1
View File
@@ -23,6 +23,7 @@
#include <inttypes.h>
#include <sys/types.h>
#include <unistd.h>
#include <limits.h>
#define __need_getopt_newlib
#include <getopt.h>