From 006b8356d5159792211a2477a46a5ea832a3c0ae Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Sun, 23 Mar 2014 21:59:46 +1100 Subject: Fix all instances of '#if HAVE_CONFIG_H'. Should be '#ifdef HAVE_CONFIG_H'. Closes: https://sourceforge.net/p/flac/bugs/410/ --- src/metaflac/operations_shorthand_seektable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/metaflac/operations_shorthand_seektable.c') diff --git a/src/metaflac/operations_shorthand_seektable.c b/src/metaflac/operations_shorthand_seektable.c index 1532a273..74659e08 100644 --- a/src/metaflac/operations_shorthand_seektable.c +++ b/src/metaflac/operations_shorthand_seektable.c @@ -17,7 +17,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H # include #endif -- cgit v1.2.1