summaryrefslogtreecommitdiffstats
path: root/libaf/af_resample.h
diff options
context:
space:
mode:
Diffstat (limited to 'libaf/af_resample.h')
-rw-r--r--libaf/af_resample.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libaf/af_resample.h b/libaf/af_resample.h
index 28df93ecfd..5f20b2e696 100644
--- a/libaf/af_resample.h
+++ b/libaf/af_resample.h
@@ -14,6 +14,9 @@
only be included by af_resample.c
*/
+#ifndef AF_RESAMPLE_H
+#define AF_RESAMPLE_H
+
#undef L
#undef SHIFT
#undef FORMAT
@@ -159,3 +162,5 @@
s->xi = xi;
s->i = i;
#endif /* DN */
+
+#endif /* AF_RESAMPLE_H */