From 26c4b7deaa997e6bf6e9659cc7a92fa8fdc15672 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sat, 26 Jul 2003 04:02:22 +0000 Subject: [PATCH] Use #include rather than so that the strdup() prototype gets brought into scope. This is a big deal for 64 bit systems where the default return value of 'int' is != pointer. Reviewed by: bp --- contrib/smbfs/lib/smb/rap.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/smbfs/lib/smb/rap.c b/contrib/smbfs/lib/smb/rap.c index 952f66670b9e..2f8dbeec263e 100644 --- a/contrib/smbfs/lib/smb/rap.c +++ b/contrib/smbfs/lib/smb/rap.c @@ -30,6 +30,7 @@ * SUCH DAMAGE. * * $Id: rap.c,v 1.8 2001/02/24 15:56:05 bp Exp $ + * $FreeBSD$ * * This is very simple implementation of RAP protocol. */ @@ -40,7 +41,7 @@ #include #include #include -#include +#include #include #include