Added missing err_macros.h to tst_nc4perf.c

This commit is contained in:
Ward Fisher 2016-10-25 11:58:24 -06:00
parent c9ca03deee
commit d8c04ead27

View File

@ -10,6 +10,7 @@ $Id: tst_nc4perf.c,v 1.4 2009/08/19 15:58:57 ed Exp $
*/
#include "nc_tests.h"
#include "err_macros.h"
#define FILENAME "tst_nc4perf.nc"
#define NDIMS1 2
@ -315,4 +316,3 @@ int main(int argc, char **argv)
return 0;
}