blob: 69a066d4d15ccd7e4fcbcc60328943c11d30c9f3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- basic/source/runtime/methods.cxx.orig 2020-11-22 14:05:28 UTC
+++ basic/source/runtime/methods.cxx
@@ -85,6 +85,7 @@ using namespace com::sun::star::uno;
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
+#include <unistd.h>
#include <sbobjmod.hxx>
#include <sbxmod.hxx>
|