summaryrefslogtreecommitdiff
path: root/include/rsc
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-01-30 13:47:48 +0100
committerMichael Stahl <mstahl@redhat.com>2014-01-30 13:47:48 +0100
commit7cd53eeb7fa56f248c8189c14da25da6afa9e4cb (patch)
tree0a311d3e83a36023c683cb3adfc1694616739c47 /include/rsc
parent8185ecf65addcd0c10eda6863a849e39b93684d3 (diff)
vcl: another missing sal/types.h
Change-Id: I2a7610d6ae41b9351fbe8dc18f6306f26d03e326
Diffstat (limited to 'include/rsc')
-rw-r--r--include/rsc/rsc-vcl-shared-types.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rsc/rsc-vcl-shared-types.hxx b/include/rsc/rsc-vcl-shared-types.hxx
index 81048e07fa47..f8090b3b1754 100644
--- a/include/rsc/rsc-vcl-shared-types.hxx
+++ b/include/rsc/rsc-vcl-shared-types.hxx
@@ -20,6 +20,8 @@
#ifndef INCLUDED_RSC_RSC_VCL_SHARED_TYPES_HXX
#define INCLUDED_RSC_RSC_VCL_SHARED_TYPES_HXX
+#include <sal/types.h>
+
enum TimeFieldFormat {TIMEF_NONE, TIMEF_SEC, TIMEF_100TH_SEC, TIMEF_SEC_CS, TimeFieldFormat_FORCE_EQUAL_SIZE=SAL_MAX_ENUM };
enum KeyFuncType { KEYFUNC_DONTKNOW, KEYFUNC_NEW, KEYFUNC_OPEN, KEYFUNC_SAVE,