diff options
Diffstat (limited to 'include/xine/xine_buffer.h')
-rw-r--r-- | include/xine/xine_buffer.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/xine/xine_buffer.h b/include/xine/xine_buffer.h index 84511bd1b..73699a2d2 100644 --- a/include/xine/xine_buffer.h +++ b/include/xine/xine_buffer.h @@ -50,11 +50,7 @@ #ifndef HAVE_XINE_BUFFER_H #define HAVE_XINE_BUFFER_H -#ifdef XINE_COMPILE -# include <inttypes.h> -#else -# include <xine/os_types.h> -#endif +#include <xine/os_types.h> /* * returns an initialized pointer to a buffer. |