diff options
Diffstat (limited to 'src/xine-engine/io_helper.c')
-rw-r--r-- | src/xine-engine/io_helper.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xine-engine/io_helper.c b/src/xine-engine/io_helper.c index 406a3ad4b..45ab04748 100644 --- a/src/xine-engine/io_helper.c +++ b/src/xine-engine/io_helper.c @@ -35,6 +35,9 @@ #include <errno.h> #include <string.h> #include <assert.h> + +#define XINE_ENGINE_INTERNAL + #include "io_helper.h" /* private constants */ |