From 5bcfd5ff0ab487532f010835d88361b204034a40 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Mon, 3 Apr 2017 18:54:49 +1000 Subject: [PATCH] Include sfconfig.h as needed --- src/G72x/g72x_test.c | 4 +++- tests/aiff_rw_test.c | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/G72x/g72x_test.c b/src/G72x/g72x_test.c index de91be31..c580c916 100644 --- a/src/G72x/g72x_test.c +++ b/src/G72x/g72x_test.c @@ -1,5 +1,5 @@ /* -** Copyright (C) 1999-2014 Erik de Castro Lopo +** Copyright (C) 1999-2017 Erik de Castro Lopo ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License as published by @@ -16,6 +16,8 @@ ** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include "sfconfig.h" + #include #include #include diff --git a/tests/aiff_rw_test.c b/tests/aiff_rw_test.c index 43d34dbc..2f8b6b5c 100644 --- a/tests/aiff_rw_test.c +++ b/tests/aiff_rw_test.c @@ -1,5 +1,5 @@ /* -** Copyright (C) 2003-2012 Erik de Castro Lopo +** Copyright (C) 2003-2017 Erik de Castro Lopo ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License as published by @@ -16,6 +16,7 @@ ** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include "sfconfig.h" #include #include