summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-09-03 20:48:39 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-09-03 20:48:39 +0200
commitc55a21d214cc1f0c68e749ef2cf0a4b2da6af25b (patch)
tree94cd910be7fcad6f1f199dc621296d96d7f97079 /sal
parent927a869b9ac0e8a36de08f160a0c9a42452ef3aa (diff)
Missing include guard
Change-Id: I5a01e4e71e69824f23998d23fc0bea60ddb27cc2
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/unx/readwrite_helper.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sal/osl/unx/readwrite_helper.h b/sal/osl/unx/readwrite_helper.h
index 048790190709..78e1e8de202b 100644
--- a/sal/osl/unx/readwrite_helper.h
+++ b/sal/osl/unx/readwrite_helper.h
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_SAL_OSL_UNX_READWRITE_HELPER_H
+#define INCLUDED_SAL_OSL_UNX_READWRITE_HELPER_H
+
#include <sal/types.h>
#ifdef __cplusplus
@@ -25,4 +28,6 @@ sal_Bool safeRead( int fd, void* buffer, sal_uInt32 count );
}
#endif
+#endif
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */