X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/7c36dd290e65ef4ad773543ce2641e1c83c28600..becf6dfe4fe2ecd43792aa53a302c5866483f306:/projects/rlm_stg/radiusd.h?ds=sidebyside

diff --git a/projects/rlm_stg/radiusd.h b/projects/rlm_stg/radiusd.h
index a5a61b93..4cbf4034 100644
--- a/projects/rlm_stg/radiusd.h
+++ b/projects/rlm_stg/radiusd.h
@@ -169,7 +169,7 @@ typedef enum RAD_LISTEN_TYPE {
 	RAD_LISTEN_MAX
 } RAD_LISTEN_TYPE;
 
-#ifdef FREE_BSD
+#if defined(FREE_BSD) || defined(FREE_BSD5)
 #include <sys/time.h>
 #endif