Include getopt.h (fix compilation on GNU/Linux)

Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
This commit is contained in:
Vegard Nossum
2012-10-21 05:51:12 +02:00
parent 8c2fb79c39
commit eb4f790a82
3 changed files with 3 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include <getopt.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>