Added include to config.h

This commit is contained in:
Ward Fisher 2018-02-06 13:14:15 -06:00
parent a640c034f2
commit 39465fed12

View File

@ -1,3 +1,4 @@
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <netcdf.h>
@ -22,4 +23,3 @@ int main(int argc, char *argv[])
return (nerrs > 0);
}