typos
authorfcusack <fcusack>
Wed, 23 May 2007 22:39:15 +0000 (22:39 +0000)
committerfcusack <fcusack>
Wed, 23 May 2007 22:39:15 +0000 (22:39 +0000)
src/modules/rlm_otp/otp.h
src/modules/rlm_otp/otp_pw_valid.c

index dfd98d0..0ab269e 100644 (file)
@@ -23,7 +23,7 @@
 #ifndef OTP_H
 #define OTP_H
 
-#include <freeradius-devel/ident.h>
+#include "ident.h"
 RCSIDH(otp_h, "$Id$")
 
 #include <sys/types.h>
index e599053..d5f882c 100644 (file)
  * Copyright 2006,2007 TRI-D Systems, Inc.
  */
 
-#include <freeradius-devel/ident.h>
+#include "ident.h"
 RCSID("$Id$")
 
 #include "autoconf.h"
-#include "radiusd.h
+#include "radiusd.h"
 #include "modules.h"
 
 #include "extern.h"