From: John Kohl Date: Wed, 24 Oct 1990 11:49:38 +0000 (+0000) Subject: use ; our include files will make that the Right Thing X-Git-Tag: krb5-1.0-alpha2~98 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7eacb3e440fe24bd5edce892b531378205915939;p=krb5.git use ; our include files will make that the Right Thing git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1313 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/appl/sample/sserver/sserver.c b/src/appl/sample/sserver/sserver.c index 427d4687a..8b48b4d3b 100644 --- a/src/appl/sample/sserver/sserver.c +++ b/src/appl/sample/sserver/sserver.c @@ -36,7 +36,7 @@ static char rcsid_sserver_c [] = #include #include #include -#include +#include #include "sample.h" diff --git a/src/kdc/main.c b/src/kdc/main.c index 8ec9ea910..422d2165e 100644 --- a/src/kdc/main.c +++ b/src/kdc/main.c @@ -23,7 +23,7 @@ static char rcsid_main_c[] = #else #include #endif -#include +#include #include #include