mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
230dc7f1b2
PR: 115687
18 lines
349 B
C
18 lines
349 B
C
|
|
$FreeBSD$
|
|
|
|
--- src/auths/call_radius.c
|
|
+++ src/auths/call_radius.c
|
|
@@ -38,7 +38,11 @@
|
|
#if !defined(RADIUS_LIB_RADIUSCLIENT) && !defined(RADIUS_LIB_RADIUSCLIENTNEW)
|
|
#define RADIUS_LIB_RADIUSCLIENT
|
|
#endif
|
|
+ #if !defined(RADIUS_LIB_RADIUSCLIENTNEW)
|
|
#include <radiusclient.h>
|
|
+ #else
|
|
+ #include <radiusclient-ng.h>
|
|
+ #endif
|
|
#endif
|
|
|
|
|