diff options
Diffstat (limited to 'xtract/xtract_vector.h')
-rw-r--r-- | xtract/xtract_vector.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xtract/xtract_vector.h b/xtract/xtract_vector.h index 4be7e45..a66e840 100644 --- a/xtract/xtract_vector.h +++ b/xtract/xtract_vector.h @@ -20,8 +20,8 @@ /* xtract_scalar.h: declares functions that extract a feature as a vector from an input vector */ -#ifndef XTRACT_VECTOR -#define XTRACT_VECTOR +#ifndef XTRACT_VECTOR_H +#define XTRACT_VECTOR_H #ifdef __cplusplus extern "C" { |