getopt: Add missing includes

Signed-off-by: Martin Storsjö <martin@martin.st>
pull/28/head
Martin Storsjö 13 years ago
parent e5f2731c73
commit da8201cc82
  1. 3
      compat/getopt.c

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

Loading…
Cancel
Save