diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-06-08 00:40:11 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-06-08 00:40:11 +0100 |
commit | 9043d0680a6e15ab0058e8cabc48610de50cc29a (patch) | |
tree | fbd816acdde66a385411120a44a1af9f479cdca5 /lib | |
parent | 73c6bfed31352563e976fe5bac6e218c74f99e6a (diff) | |
download | xine-lib-9043d0680a6e15ab0058e8cabc48610de50cc29a.tar.gz xine-lib-9043d0680a6e15ab0058e8cabc48610de50cc29a.tar.bz2 |
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.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/os_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/os_internal.h b/lib/os_internal.h index dd48e04f7..5f61fb84d 100644 --- a/lib/os_internal.h +++ b/lib/os_internal.h @@ -17,6 +17,7 @@ #endif #include <inttypes.h> +#include "../src/xine-utils/attributes.h" #if defined(WIN32) || defined(__CYGWIN__) |