From 2693a82f3e2c9ad9a02469477fbf89d60cffdeca Mon Sep 17 00:00:00 2001 From: Juan Carlos Luciani Date: Fri, 28 Apr 2006 19:01:15 +0000 Subject: [PATCH] Changes due to continued development effort. --- auth_token/client/mechanisms/pwd/internal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/auth_token/client/mechanisms/pwd/internal.h b/auth_token/client/mechanisms/pwd/internal.h index 7ab65af2..3ac0c0cd 100644 --- a/auth_token/client/mechanisms/pwd/internal.h +++ b/auth_token/client/mechanisms/pwd/internal.h @@ -32,6 +32,7 @@ #include #include #include +#include "config_if.h" #include "mech_if.h" //===[ Type definitions ]==================================================