Skip to content

Commit

Permalink
Add <getopt.h> header to common.h
Browse files Browse the repository at this point in the history
  • Loading branch information
nickolasburr committed Mar 11, 2018
1 parent a02da17 commit a9717c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/common.h
Expand Up @@ -9,6 +9,7 @@

#include <ctype.h>
#include <errno.h>
#include <getopt.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
Expand Down

0 comments on commit a9717c6

Please sign in to comment.