blob: 1285e2c11d11e30b9229325c18f6c68eb7c8527a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- basic/source/runtime/methods.cxx.orig 2022-12-22 00:14:09 UTC
+++ basic/source/runtime/methods.cxx
@@ -95,6 +95,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>
|