diff options
| author | Pete Fritchman <petef@FreeBSD.org> | 2002-06-07 21:46:26 +0000 | 
|---|---|---|
| committer | Pete Fritchman <petef@FreeBSD.org> | 2002-06-07 21:46:26 +0000 | 
| commit | 1622d07ad6873cb186d5f2e944569dd405219f61 (patch) | |
| tree | 152d4a19995443421c3df3ef548e94bd5785c0f3 /ftp/yale-tftpd/files/patch-classes::dict.c | |
| parent | 5.0-CURRENT no longer includes perl in the base system; don't expect (diff) | |
Include string.h to fix the build on -current.
PR:		39011
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
Notes
Notes:
    svn path=/head/; revision=60810
Diffstat (limited to 'ftp/yale-tftpd/files/patch-classes::dict.c')
| -rw-r--r-- | ftp/yale-tftpd/files/patch-classes::dict.c | 12 | 
1 files changed, 12 insertions, 0 deletions
diff --git a/ftp/yale-tftpd/files/patch-classes::dict.c b/ftp/yale-tftpd/files/patch-classes::dict.c new file mode 100644 index 000000000000..d22469abc3d0 --- /dev/null +++ b/ftp/yale-tftpd/files/patch-classes::dict.c @@ -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();  | 
