2d0776a488
Currently it is a different port because it still needs a lot of work and there are a lot of differences from openoffice2. It is not connected to the build, and it's going to be merged with the openoffice2 port whenever it's ready for use.
13 lines
405 B
Plaintext
13 lines
405 B
Plaintext
$OpenBSD: patch-soltools_mkdepend_ifparser_c,v 1.1.1.1 2008/10/30 18:51:07 robert Exp $
|
|
--- soltools/mkdepend/ifparser.c.orig.port Thu Apr 22 06:06:37 2004
|
|
+++ soltools/mkdepend/ifparser.c Fri Aug 18 15:47:45 2006
|
|
@@ -58,6 +58,8 @@
|
|
*/
|
|
|
|
#include "ifparser.h"
|
|
+#include <stdlib.h>
|
|
+#include <string.h>
|
|
#include <ctype.h>
|
|
|
|
/****************************************************************************
|