getopt: Add missing includes

Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
Martin Storsjö 2012-08-16 15:04:27 +03:00
parent e5f2731c73
commit da8201cc82
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@
* in the public domain.
*/
#include <stdio.h>
#include <string.h>
#define EOF (-1)
static int opterr = 1;