mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-30 16:10:44 +08:00
Fix nctime to not include ncconfigure.h
re: https://github.com/Unidata/netcdf-c/pull/1411 Turns out that the real problem here is that nctime.c is including ncconfigure.h rather than config.h.
This commit is contained in:
parent
fbb47d50c1
commit
4de0c555e1
@ -16,6 +16,7 @@
|
||||
* the CDMS library, get the original sources from LLNL.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
@ -23,7 +24,6 @@
|
||||
#include <string.h>
|
||||
#include <stdarg.h>
|
||||
#include <assert.h>
|
||||
#include "ncconfigure.h"
|
||||
#include "nctime.h"
|
||||
|
||||
static const cdCompTime ZA = {1582, 10, 5, 0.0};
|
||||
|
Loading…
Reference in New Issue
Block a user