This commit is contained in:
Ward Fisher 2013-10-28 10:46:21 -06:00
commit 52c27b614f
2 changed files with 2 additions and 1 deletions

View File

@ -5,9 +5,9 @@
* See netcdf/COPYRIGHT file for copying and redistribution conditions.
* $Header: /upc/share/CVS/netcdf-3/ncgen3/genlib.h,v 1.15 2009/12/29 18:42:35 dmh Exp $
*********************************************************************/
#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 */

View File

@ -4,6 +4,7 @@
* $Id: load.c,v 1.35 2009/11/17 18:15:08 dmh Exp $
*********************************************************************/
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>