Skip to content

Commit

Permalink
Remove unused unistd.h from grib2.h.in
Browse files Browse the repository at this point in the history
The unistd.h header is not needed for the library, and is preventing the compilation of the library on Windows.
  • Loading branch information
TimothyCera-NOAA authored Jan 4, 2024
1 parent f1e06b8 commit c283dd5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/grib2.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include <stdint.h>
#include <string.h>
#include <sys/types.h>
#include <unistd.h>

#define G2C_VERSION "@pVersion@" /**< Current version of NCEPLIBS-g2c library. */

Expand Down

0 comments on commit c283dd5

Please sign in to comment.