diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2014-06-12 16:33:23 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2014-06-12 16:33:47 +0100 |
commit | ede15aaeb154f4edef6835f670fdd92043858654 (patch) | |
tree | 84c699f81b1983eeeabf580b3cc18aa74b0dd8a4 /include | |
parent | a2a1a59a448420a858724371c4a339f75ebe8c1e (diff) |
liblok: add include for size_t.
Change-Id: Icd7d78a332fbb67e32ab929f0afc5881ab7448eb
Diffstat (limited to 'include')
-rw-r--r-- | include/LibreOfficeKit/LibreOfficeKit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKit.h b/include/LibreOfficeKit/LibreOfficeKit.h index 43eb2122f7d5..4c32fd254bb8 100644 --- a/include/LibreOfficeKit/LibreOfficeKit.h +++ b/include/LibreOfficeKit/LibreOfficeKit.h @@ -10,6 +10,8 @@ #ifndef INCLUDED_DESKTOP_INC_LIBREOFFICEKIT_H #define INCLUDED_DESKTOP_INC_LIBREOFFICEKIT_H +#include <stddef.h> + #ifdef __cplusplus extern "C" { |