Merge pull request #6 from vegard/getopt-linux-for-bentley

Include getopt.h (fix compilation on GNU/Linux)
This commit is contained in:
Anthony J. Bentley
2012-11-09 22:07:44 -08:00
3 changed files with 3 additions and 0 deletions

View File

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

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>

View File

@@ -1,3 +1,4 @@
#include <getopt.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>