From af9da1fff20ccc29bd58d135acfb6b54885bcc4f Mon Sep 17 00:00:00 2001 From: Juan Carlos Luciani Date: Mon, 9 Oct 2006 15:26:53 +0000 Subject: [PATCH] Fixed line terminating character problem in file internal.h. --- CASA-auth-token/non-java/client/mechanisms/pwd/internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CASA-auth-token/non-java/client/mechanisms/pwd/internal.h b/CASA-auth-token/non-java/client/mechanisms/pwd/internal.h index ba7544d3..bbd1a059 100644 --- a/CASA-auth-token/non-java/client/mechanisms/pwd/internal.h +++ b/CASA-auth-token/non-java/client/mechanisms/pwd/internal.h @@ -30,7 +30,7 @@ #include "platform.h" #include #include -#include +#include #include #include "config_if.h" #include "mech_if.h"