mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
8155707f26
o deinstall info properly. o add WANT_STATIC flavor. PR: 24502 Submitted by: Cyrille Lefevre <clefevre@citeweb.net>, maintainer
17 lines
282 B
Plaintext
17 lines
282 B
Plaintext
$FreeBSD$
|
|
--- lib/dirname.c.orig Wed Jan 31 02:08:57 2001
|
|
+++ lib/dirname.c Wed Jan 31 02:10:31 2001
|
|
@@ -19,6 +19,12 @@
|
|
# include <config.h>
|
|
#endif
|
|
|
|
+#if HAVE_STRING_H
|
|
+# include <string.h>
|
|
+#else
|
|
+# include <strings.h>
|
|
+#endif
|
|
+
|
|
#if HAVE_STDLIB_H
|
|
# include <stdlib.h>
|
|
#endif
|