From 9043d0680a6e15ab0058e8cabc48610de50cc29a Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Fri, 8 Jun 2007 00:40:11 +0100 Subject: Fix build issues on systems which need our internal asprintf. config.h is now include/configure.h and no longer #includes os_internals.h. A new file, include/config.h, #includes both; this breaks a #include loop. Other files are updated accordingly. --- src/libfaad/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libfaad/common.h') diff --git a/src/libfaad/common.h b/src/libfaad/common.h index 47832e648..31f07708a 100644 --- a/src/libfaad/common.h +++ b/src/libfaad/common.h @@ -36,7 +36,7 @@ extern "C" { #define __STRICT_ANSI__ #endif -#include "../config.h" +#include "config.h" #define INLINE __inline #if 0 //defined(_WIN32) && !defined(_WIN32_WCE) -- cgit v1.2.3