From: Ken Raeburn Date: Tue, 4 Mar 2008 23:29:30 +0000 (+0000) Subject: Include signal.h before ftp_var.h to silence my_sig_t redefinition problem X-Git-Tag: krb5-1.7-alpha1~728 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f404ed3593919117d885b6ca9c1729025aea92f3;p=krb5.git Include signal.h before ftp_var.h to silence my_sig_t redefinition problem git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20256 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/appl/gssftp/ftp/domacro.c b/src/appl/gssftp/ftp/domacro.c index 50684a72b..e15196a6c 100644 --- a/src/appl/gssftp/ftp/domacro.c +++ b/src/appl/gssftp/ftp/domacro.c @@ -36,10 +36,10 @@ static char sccsid[] = "@(#)domacro.c 1.8 (Berkeley) 9/28/90"; #endif /* not lint */ #include +#include #include "ftp_var.h" -#include #include #include #include diff --git a/src/appl/gssftp/ftp/main.c b/src/appl/gssftp/ftp/main.c index 8e4cfe5ef..2e8c2cb8a 100644 --- a/src/appl/gssftp/ftp/main.c +++ b/src/appl/gssftp/ftp/main.c @@ -52,6 +52,7 @@ static char sccsid[] = "@(#)main.c 5.18 (Berkeley) 3/1/91"; #endif #include +#include #include "ftp_var.h" #ifndef _WIN32 #ifndef KRB5_KRB4_COMPAT @@ -71,7 +72,6 @@ static char sccsid[] = "@(#)main.c 5.18 (Berkeley) 3/1/91"; #include -#include #include #include #include