diff options
Diffstat (limited to 'security/openvpn-auth-ldap/files')
-rw-r--r-- | security/openvpn-auth-ldap/files/patch-aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openvpn-auth-ldap/files/patch-aclocal.m4 b/security/openvpn-auth-ldap/files/patch-aclocal.m4 index abb2b1de74c4..66a76c220668 100644 --- a/security/openvpn-auth-ldap/files/patch-aclocal.m4 +++ b/security/openvpn-auth-ldap/files/patch-aclocal.m4 @@ -4,7 +4,7 @@ AC_CACHE_VAL(od_cv_openvpn, [ AC_LINK_IFELSE([ AC_LANG_PROGRAM([ -+ #include <sys/types.h> ++ #include <stddef.h> #include <openvpn-plugin.h> ], [ int flag = OPENVPN_PLUGIN_UP; |