sal/osl/unx/readwrite_helper.h | 5 +++++ 1 file changed, 5 insertions(+)
New commits: commit c55a21d214cc1f0c68e749ef2cf0a4b2da6af25b Author: Stephan Bergmann <sberg...@redhat.com> Date: Wed Sep 3 20:48:39 2014 +0200 Missing include guard Change-Id: I5a01e4e71e69824f23998d23fc0bea60ddb27cc2 diff --git a/sal/osl/unx/readwrite_helper.h b/sal/osl/unx/readwrite_helper.h index 0487901..78e1e8d 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: */ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits