summaryrefslogtreecommitdiff
path: root/avmedia/source/vlc/wrapper/Types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'avmedia/source/vlc/wrapper/Types.hxx')
-rw-r--r--avmedia/source/vlc/wrapper/Types.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/avmedia/source/vlc/wrapper/Types.hxx b/avmedia/source/vlc/wrapper/Types.hxx
index 7411b03dc95a..eb5dd3a4f9d4 100644
--- a/avmedia/source/vlc/wrapper/Types.hxx
+++ b/avmedia/source/vlc/wrapper/Types.hxx
@@ -12,9 +12,12 @@
#ifndef INCLUDED_AVMEDIA_SOURCE_VLC_WRAPPER_TYPES_HXX
#define INCLUDED_AVMEDIA_SOURCE_VLC_WRAPPER_TYPES_HXX
+#include <sal/config.h>
+
#if defined(_WIN32)
typedef __int64 libvlc_time_t;
#else
+#include <stdint.h>
typedef int64_t libvlc_time_t;
#endif