Fix a build problem on Mac OS X. (closes: #310) release_1_1_0
authornbk <nbk>
Wed, 11 Jan 2006 15:50:15 +0000 (15:50 +0000)
committernbk <nbk>
Wed, 11 Jan 2006 15:50:15 +0000 (15:50 +0000)
Bug reported by Steven Simon <simon.s@apple.com>

src/modules/rlm_otp/otp.h

index 26c4d8d..5cb3983 100644 (file)
@@ -31,6 +31,7 @@
 #include <inttypes.h>
 #include <openssl/des.h> /* des_cblock */
 #include <time.h>        /* time_t */
+#include <sys/types.h>   /* size_t and ssize_t */
 
 /*
  * Things you might like to change (although most are configurables)