mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- Support PLIST_FILES. - Fix build with clang. PR: ports/172511 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
13 lines
249 B
C
13 lines
249 B
C
--- option.c.orig 1999-05-29 18:08:12.000000000 +0900
|
|
+++ option.c 2012-10-07 20:02:51.000000000 +0900
|
|
@@ -13,6 +13,10 @@
|
|
#include <stdlib.h>
|
|
#endif
|
|
|
|
+#ifdef HAVE_STRING_H
|
|
+#include <string.h>
|
|
+#endif
|
|
+
|
|
#include "extern.h"
|
|
|
|
#define OPT_FUNC 1
|