diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-06-08 01:40:48 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-06-08 01:40:48 +0100 |
commit | fca22c4c40cadf529409cae24ed00eb84f3547bc (patch) | |
tree | 7779dba2e02107393b67a2b9a3f5553cb11cbedb /lib | |
parent | 9a5c7569df986181a089c33fbd4eeae0122a512d (diff) | |
parent | 9043d0680a6e15ab0058e8cabc48610de50cc29a (diff) | |
download | xine-lib-fca22c4c40cadf529409cae24ed00eb84f3547bc.tar.gz xine-lib-fca22c4c40cadf529409cae24ed00eb84f3547bc.tar.bz2 |
Merge from 1.1.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/os_internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/os_internal.h b/lib/os_internal.h index 1e536b9fa..4b00882b7 100644 --- a/lib/os_internal.h +++ b/lib/os_internal.h @@ -81,6 +81,8 @@ #include <inttypes.h> #include <pthread.h> +#include "../src/xine-utils/attributes.h" + #if defined(WIN32) || defined(__CYGWIN__) # define XINE_PATH_SEPARATOR_STRING ";" |