mirror of https://github.com/ecmwf/eccodes.git
Windows: examples: remove unistd.h
This commit is contained in:
parent
e0f916bac9
commit
e496ae16f6
|
@ -21,9 +21,12 @@
|
|||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
|
||||
#if !(defined(_WIN32) && defined(_MSC_VER))
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "eccodes.h"
|
||||
|
||||
#define MAX_VAL_LEN 1024
|
||||
|
|
Loading…
Reference in New Issue