1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Include string.h to fix the build on -current.

PR:		39011
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
This commit is contained in:
Pete Fritchman 2002-06-07 21:46:26 +00:00
parent 700aa0f16e
commit 1622d07ad6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60810

View File

@ -0,0 +1,12 @@
$FreeBSD$
--- classes/dict.c.orig Fri Jun 7 23:23:47 2002
+++ classes/dict.c Fri Jun 7 23:24:27 2002
@@ -14,6 +14,7 @@
*/
#include <stdio.h>
+#include <string.h>
#include <strings.h>
extern char* strdup();
extern int strcasecmp();