summaryrefslogtreecommitdiff
path: root/include/test_libs_common/file_utils_flac.h
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2014-03-23 21:59:46 +1100
committerErik de Castro Lopo <erikd@mega-nerd.com>2014-03-24 12:06:49 +1100
commit006b8356d5159792211a2477a46a5ea832a3c0ae (patch)
treef349a6e0d34f28b7abe0a31c612d1e864064f1ba /include/test_libs_common/file_utils_flac.h
parent49d9d742e2f84295a0dca8ad9a88c94c9a57b95d (diff)
downloadflac-006b8356d5159792211a2477a46a5ea832a3c0ae.tar.gz
Fix all instances of '#if HAVE_CONFIG_H'.
Should be '#ifdef HAVE_CONFIG_H'. Closes: https://sourceforge.net/p/flac/bugs/410/
Diffstat (limited to 'include/test_libs_common/file_utils_flac.h')
-rw-r--r--include/test_libs_common/file_utils_flac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/test_libs_common/file_utils_flac.h b/include/test_libs_common/file_utils_flac.h
index 5280b3db..409c46e4 100644
--- a/include/test_libs_common/file_utils_flac.h
+++ b/include/test_libs_common/file_utils_flac.h
@@ -21,7 +21,7 @@
#define FLAC__TEST_LIBFLAC_FILE_UTILS_H
/* needed because of off_t */
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
# include <config.h>
#endif