patch to enable compilation of netcdf with later builds of GCC and OSX

This commit is contained in:
P.M. Sutter 2014-09-11 04:51:53 -05:00
parent 1ff47d928e
commit e8f1449741
2 changed files with 15 additions and 0 deletions

10
external/patch_netcdf vendored Normal file
View file

@ -0,0 +1,10 @@
--- load.c 2011-06-30 18:22:19.000000000 -0500
+++ new_load.c 2014-09-11 04:47:52.057267514 -0500
@@ -5,6 +5,7 @@
*********************************************************************/
#include <stdio.h>
+#include <config.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>