Commit da8201cc authored by Martin Storsjö's avatar Martin Storsjö

getopt: Add missing includes

Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent e5f2731c
......@@ -30,6 +30,9 @@
* in the public domain.
*/
#include <stdio.h>
#include <string.h>
#define EOF (-1)
static int opterr = 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment