Skip to content

Commit

Permalink
include getopt.h in files that use getopt(), gcc on Win10 needs this
Browse files Browse the repository at this point in the history
  • Loading branch information
pnorbert committed Jul 26, 2016
1 parent 7462a75 commit 85cc18e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/C/icee_arrays/array/adios_read.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <unistd.h>
#include <libgen.h>
#include <locale.h>
#include <getopt.h>
#include "mpi.h"
#include "adios.h"
#include "adios_read.h"
Expand Down
1 change: 1 addition & 0 deletions examples/C/icee_arrays/array/adios_write.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <unistd.h>
#include <libgen.h>
#include <locale.h>
#include <getopt.h>
#include "mpi.h"
#include "adios.h"
#include "adios_read.h"
Expand Down
1 change: 1 addition & 0 deletions tests/C/flexpath_tests/common/utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <unistd.h>
#include <string.h>
#include <ctype.h>
#include <getopt.h>

#include "misc.h"
#include "utils.h"
Expand Down

0 comments on commit 85cc18e

Please sign in to comment.