freebsd-ports/editors/openoffice.org-3-RC/files/patch-stoc+source+implementationregistration+implreg.cxx
Martin Blapp 95c229ce16 mktemp(3) needs unistd.h
Recieved from Carlos F. A. Paniago <pan@cnpm.embrapa.br>
2002-04-16 17:59:29 +00:00

11 lines
398 B
C++

--- ../stoc/source/implementationregistration/implreg.cxx.orig Tue Apr 16 19:54:58 2002
+++ ../stoc/source/implementationregistration/implreg.cxx Tue Apr 16 19:55:26 2002
@@ -60,6 +60,8 @@
************************************************************************/
#include <list>
+#include <unistd.h>
+
#ifndef _CPPUHELPER_QUERYINTERFACE_HXX_
#include <cppuhelper/queryinterface.hxx>
#endif