[Libreoffice-commits] core.git: sal/osl

Stephan Bergmann sbergman at redhat.com
Wed Sep 3 11:49:31 PDT 2014


 sal/osl/unx/readwrite_helper.h |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit c55a21d214cc1f0c68e749ef2cf0a4b2da6af25b
Author: Stephan Bergmann <sbergman at 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: */


More information about the Libreoffice-commits mailing list