unconditionally #include <sys/un.h> (not required on Solaris, but ok)
authorfcusack <fcusack>
Wed, 8 Feb 2006 05:11:04 +0000 (05:11 +0000)
committerfcusack <fcusack>
Wed, 8 Feb 2006 05:11:04 +0000 (05:11 +0000)
src/modules/rlm_otp/otp_state.c

index 3556a08..c8e7467 100644 (file)
@@ -35,9 +35,7 @@
 #include <fcntl.h>
 #include <unistd.h>
 #include <sys/socket.h>
-#if defined(__linux__) || defined(__APPLE__)
 #include <sys/un.h>
-#endif
 
 #include "otp.h"
 #include "otp_state.h"