From c55a21d214cc1f0c68e749ef2cf0a4b2da6af25b Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 3 Sep 2014 20:48:39 +0200 Subject: Missing include guard Change-Id: I5a01e4e71e69824f23998d23fc0bea60ddb27cc2 --- sal/osl/unx/readwrite_helper.h | 5 +++++ 1 file changed, 5 insertions(+) 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 #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: */ -- cgit