shell: Include missing header file

This commit is contained in:
Sebastian Huber
2013-07-18 15:33:44 +02:00
parent ca1d84efb8
commit f2d9fda780

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>