mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
f041fcbfe0
PR: 46989 Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
15 lines
258 B
Plaintext
15 lines
258 B
Plaintext
--- portoption.cc.orig Mon Feb 22 03:40:47 1999
|
|
+++ portoption.cc Sun Jan 12 14:41:00 2003
|
|
@@ -3,6 +3,11 @@
|
|
|
|
|
|
#include "config.h"
|
|
+
|
|
+#ifdef HAVE_STRING_H
|
|
+#include <string.h>
|
|
+#endif /* HAVE_STRING_H */
|
|
+
|
|
#include "Config.h"
|
|
|
|
#define MIN_WORD_LENGTH 3
|