Include all necessary header files
authoraland <aland>
Thu, 5 Jun 2008 12:05:24 +0000 (12:05 +0000)
committeraland <aland>
Thu, 5 Jun 2008 12:05:24 +0000 (12:05 +0000)
src/modules/rlm_mschap/rlm_mschap.c
src/modules/rlm_mschap/smbencrypt.c

index 54682fe..9b51da2 100644 (file)
@@ -49,6 +49,7 @@ RCSID("$Id$")
 #include       <freeradius-devel/modules.h>
 #include       <freeradius-devel/rad_assert.h>
 #include        <freeradius-devel/md5.h>
+#include        <freeradius-devel/sha1.h>
 
 #include       <ctype.h>
 
index 939a665..30342ec 100644 (file)
@@ -25,6 +25,8 @@ RCSID("$Id$")
 
 #include       <freeradius-devel/libradius.h>
 #include        <freeradius-devel/md4.h>
+#include        <freeradius-devel/md5.h>
+#include        <freeradius-devel/sha1.h>
 #include        <ctype.h>