freebsd-ports/security/bjorb/files/patch-ag
Tilman Keskinoz f041fcbfe0 Unbreak on CURRENT.
PR:		46989
Submitted by:	Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2003-01-13 15:09:38 +00:00

12 lines
263 B
Text

--- portinfo.cc.orig Mon Feb 22 03:40:47 1999
+++ portinfo.cc Sun Jan 12 14:40:05 2003
@@ -1,3 +1,9 @@
+#include "config.h"
+
+#ifdef HAVE_STRING_H
+#include <string.h>
+#endif /* HAVE_STRING_H */
+
#include "common.h"
#include "portinfo.h"
#include "token.h"