[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/loolmap.c

Henry Castro hcastro at collabora.com
Sun Sep 27 09:19:00 PDT 2015


 loolwsd/loolmap.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit fdc9881be5ab4abc97090642e032ee68a9e89c1c
Author: Henry Castro <hcastro at collabora.com>
Date:   Sun Sep 27 12:18:18 2015 -0400

    loolwsd: add string.h header to avoid warnings.

diff --git a/loolwsd/loolmap.c b/loolwsd/loolmap.c
index 8397537..1008847 100644
--- a/loolwsd/loolmap.c
+++ b/loolwsd/loolmap.c
@@ -1,3 +1,4 @@
+#include <string.h>
 #include <ctype.h>
 #include <errno.h>
 #include <fcntl.h>


More information about the Libreoffice-commits mailing list