This commit is contained in:
Russ Rew 2013-10-25 12:30:33 -06:00
commit 7e69763f15
2 changed files with 2 additions and 0 deletions

View File

@ -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)

View File

@ -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 */