Skip to content
Snippets Groups Projects
Commit da8201cc authored by Martin Storsjö's avatar Martin Storsjö
Browse files

getopt: Add missing includes

parent e5f2731c
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,9 @@ ...@@ -30,6 +30,9 @@
* in the public domain. * in the public domain.
*/ */
#include <stdio.h>
#include <string.h>
#define EOF (-1) #define EOF (-1)
static int opterr = 1; static int opterr = 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment