mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
Merge branch 'master' of http://github.com/Unidata/netcdf-c
This commit is contained in:
commit
7e69763f15
@ -13,6 +13,7 @@ foreach (f ${m4_SOURCES})
|
||||
endforeach(f)
|
||||
|
||||
SET(libsrc_SOURCES v1hpg.c putget.c attr.c nc3dispatch.c nc3internal.c var.c dim.c ncx.c lookup3.c ncio.c)
|
||||
SET(libsrc_SOURCES ${libsrc_SOURCES} ncstdio.h pstdint.h)
|
||||
|
||||
IF (BUILD_DISKLESS)
|
||||
SET(libsrc_SOURCES ${libsrc_SOURCES} memio.c)
|
||||
|
@ -8,6 +8,7 @@
|
||||
#include "config.h"
|
||||
#include <stdlib.h>
|
||||
#include <limits.h>
|
||||
#include "config.h"
|
||||
|
||||
extern const char *progname; /* for error messages */
|
||||
extern const char *cdlname; /* for error messages */
|
||||
|
Loading…
Reference in New Issue
Block a user