freebsd-ports/ftp/yale-tftpd/files/patch-classes::dict.c
Pete Fritchman 1622d07ad6 Include string.h to fix the build on -current.
PR:		39011
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-06-07 21:46:26 +00:00

12 lines
242 B
C

$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();