summaryrefslogtreecommitdiffstats
path: root/lib/libftp/FtpCommand.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-04-26 14:04:23 +0000
committerjkh <jkh@FreeBSD.org>1995-04-26 14:04:23 +0000
commitdec02faeac982ccf99444d469d66efdbe7f335d5 (patch)
tree27ef32356291821e32437e77c032c73a2d7fb934 /lib/libftp/FtpCommand.c
parent4afd6c66c71faddfe03b3709510590894483f610 (diff)
downloadFreeBSD-src-dec02faeac982ccf99444d469d66efdbe7f335d5.zip
FreeBSD-src-dec02faeac982ccf99444d469d66efdbe7f335d5.tar.gz
Move <varargs.h> out of FtpLibrary.h and into the .c files that actually
need them. Fix a number of additional warnings.
Diffstat (limited to 'lib/libftp/FtpCommand.c')
-rw-r--r--lib/libftp/FtpCommand.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libftp/FtpCommand.c b/lib/libftp/FtpCommand.c
index 06421ba..94e8594 100644
--- a/lib/libftp/FtpCommand.c
+++ b/lib/libftp/FtpCommand.c
@@ -13,6 +13,7 @@ Commercial usage is also possible with participation of it's author.
*/
#include "FtpLibrary.h"
+#include <varargs.h>
STATUS FtpCommand(va_alist)
va_dcl
OpenPOWER on IntegriCloud