ea9d172be4
OpenOffice is an Open Source, community-developed, multi-platform office productivity suite. It includes the key desktop applications, such as a word processor, spreadsheet, presentation manager, and drawing program, with a user interface and feature set similar to other office suites. I would like to thank everyone who helped porting: Peter Valchev, Kurt Miller, Dale Rahn, Ian Darwin and the OpenOffice.Org team. This import is an explicit request by pvalchev@ and espie@. This means that the current ports lock is still in effect and this import is only a planned exception by the release managers. This port is not yet connected to the builds. okay pvalchev@, espie@
13 lines
400 B
Plaintext
13 lines
400 B
Plaintext
$OpenBSD: patch-soltools_mkdepend_ifparser_c,v 1.1.1.1 2006/08/17 14:56:24 robert Exp $
|
|
--- soltools/mkdepend/ifparser.c.orig Thu Aug 17 14:59:19 2006
|
|
+++ soltools/mkdepend/ifparser.c Thu Aug 17 14:59:34 2006
|
|
@@ -58,6 +58,8 @@
|
|
*/
|
|
|
|
#include "ifparser.h"
|
|
+#include <stdlib.h>
|
|
+#include <string.h>
|
|
#include <ctype.h>
|
|
|
|
/****************************************************************************
|