cangen: explicitly include <getopt.h>

getopt was being pulled in indirectly via the other headers.
We use it, thus include it directly instead.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
pull/195/head
Ahmad Fatoum 2020-01-03 13:55:16 +01:00
parent da65fdfe0d
commit e25ef75692
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@
#include <libgen.h> #include <libgen.h>
#include <time.h> #include <time.h>
#include <errno.h> #include <errno.h>
#include <getopt.h>
#include <sys/time.h> #include <sys/time.h>
#include <sys/types.h> #include <sys/types.h>