oops, that <stdlib.h> should have been <netinet/in.h> for htonl()
authorfcusack <fcusack>
Mon, 10 Jun 2002 10:34:46 +0000 (10:34 +0000)
committerfcusack <fcusack>
Mon, 10 Jun 2002 10:34:46 +0000 (10:34 +0000)
src/modules/rlm_mschap/sha1.c

index 9332691..24bd8fa 100644 (file)
@@ -6,7 +6,7 @@
  *  Version:   $Id$
  */
  
-#include <stdlib.h>
+#include <netinet/in.h>
 #include <string.h>
 #include <sys/types.h>
 #include "sha1.h"