mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Use config.h rather than passing all defs in CFLAGS
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_ICONV
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
@@ -24,6 +24,10 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include "utf8.h"
|
||||
#include "charset.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user