summaryrefslogtreecommitdiff
path: root/src/decode.h
diff options
context:
space:
mode:
authorMathis Rosenhauer <rosenhauer@dkrz.de>2014-07-29 15:36:16 +0200
committerMathis Rosenhauer <rosenhauer@dkrz.de>2014-07-29 15:36:16 +0200
commit2a4b99e84d1f34fc742659543273d48775e2c277 (patch)
treebca94a6caf0445b1ae1a26239da69b0045bdf67b /src/decode.h
parent136f733aad73f3099e38101a9169e4d7d9e08b74 (diff)
downloadlibaec-2a4b99e84d1f34fc742659543273d48775e2c277.tar.gz
libaec-2a4b99e84d1f34fc742659543273d48775e2c277.tar.bz2
libaec-2a4b99e84d1f34fc742659543273d48775e2c277.zip
Hide config.h.
Diffstat (limited to 'src/decode.h')
-rw-r--r--src/decode.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/decode.h b/src/decode.h
index 32c4671..af65bd7 100644
--- a/src/decode.h
+++ b/src/decode.h
@@ -54,6 +54,10 @@
#ifndef DECODE_H
#define DECODE_H 1
+#if HAVE_CONFIG_H
+# include <config.h>
+#endif
+
#if HAVE_STDINT_H
# include <stdint.h>
#endif