2
0
mirror of https://github.com/Unidata/netcdf-c.git synced 2025-03-31 17:50:26 +08:00
This commit is contained in:
Ward Fisher 2019-02-25 22:03:28 -07:00
parent 9b493b9160
commit c7529d36bd
2 changed files with 3 additions and 3 deletions

@ -1,3 +1,4 @@
#include "config.h"
#include <sys/types.h>
#include <stdlib.h>
#include <string.h>
@ -7,7 +8,7 @@
/* Older versions of the hdf library may define H5PL_type_t here */
#include <H5PLextern.h>
#include "config.h"
#ifndef DLL_EXPORT
#define DLL_EXPORT

@ -1,3 +1,4 @@
#include "config.h"
#include <stdlib.h>
#include <string.h>
#include <assert.h>
@ -8,8 +9,6 @@
#include <H5PLextern.h>
#include "h5misc.h"
#include "config.h"
#ifndef DLL_EXPORT
#define DLL_EXPORT
#endif