Browse Source

getopt: Add missing includes

Signed-off-by: Martin Storsjö <martin@martin.st>
tags/n1.0
Martin Storsjö 13 years ago
parent
commit
da8201cc82
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      compat/getopt.c

+ 3
- 0
compat/getopt.c View File

@@ -30,6 +30,9 @@
* in the public domain.
*/

#include <stdio.h>
#include <string.h>

#define EOF (-1)

static int opterr = 1;


Loading…
Cancel
Save