diff options
Diffstat (limited to 'test/enum.c')
-rw-r--r-- | test/enum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/enum.c b/test/enum.c index 3fc78ee..00677f1 100644 --- a/test/enum.c +++ b/test/enum.c @@ -5,7 +5,7 @@ * Programmer: Robb Matzke <matzke@llnl.gov> * Tuesday, December 22, 1998 */ -#include <h5test.h> +#include "h5test.h" #define CPTR(VAR,CONST) ((VAR)=(CONST),&(VAR)) const char *FILENAME[] = { |