Browse Source

Fix to pull in getopt definition from getopt.h.

tags/v1.8.0
Adrian Chadd 4 years ago
parent
commit
9ad0919d78
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      main.c

+ 1
- 0
main.c View File

@@ -23,6 +23,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <getopt.h>

#ifdef WIN32
#include "w32util.h"


Loading…
Cancel
Save