summaryrefslogtreecommitdiffstats
path: root/src/resample_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resample_defs.h')
-rw-r--r--src/resample_defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resample_defs.h b/src/resample_defs.h
index 576c1bc..ccaf3ee 100644
--- a/src/resample_defs.h
+++ b/src/resample_defs.h
@@ -52,7 +52,7 @@
#define SGN(x) ((x)<0 ?(-1):((x)==0?(0):(1)))
#endif
-#if HAVE_INTTYPES_H
+#ifdef HAVE_INTTYPES_H
#include <inttypes.h>
typedef char BOOL;
typedef int32_t WORD;