summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/gvfs
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2010-10-14 22:10:14 +0100
committerMichael Meeks <michael.meeks@novell.com>2010-10-14 22:10:14 +0100
commit9382c042573d431e071678df7827df7251a51f20 (patch)
treef0e8501857bbd56be5728540b4ce8c31e4d53b3b /ucb/source/ucp/gvfs
parent8279868bb177cdfc07f3eeed380412616e4958db (diff)
include correct sal/macros.h header to compile.
Diffstat (limited to 'ucb/source/ucp/gvfs')
-rw-r--r--ucb/source/ucp/gvfs/gvfs_content.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/ucb/source/ucp/gvfs/gvfs_content.cxx b/ucb/source/ucp/gvfs/gvfs_content.cxx
index 1009e2410a..c520bd3cee 100644
--- a/ucb/source/ucp/gvfs/gvfs_content.cxx
+++ b/ucb/source/ucp/gvfs/gvfs_content.cxx
@@ -32,7 +32,8 @@
#include <unistd.h>
#include <sys/types.h>
-#include "osl/time.h"
+#include <sal/macros.h>
+#include <osl/time.h>
#include <osl/diagnose.h>
#include "osl/doublecheckedlocking.h"