add missing include header

This commit is contained in:
Georges Boumis
2020-04-23 21:48:08 +02:00
parent 3b95b2bab7
commit 8bf5ea88af

View File

@@ -30,6 +30,7 @@
#include <string.h>
#include <unistd.h>
#include <assert.h>
#include <stdint.h>
extern char *optarg;
extern int optind, opterr, optopt;