]> git.saurik.com Git - apple/ipsec.git/blobdiff - ipsec-tools/racoon/vpn_control.h
ipsec-317.220.1.tar.gz
[apple/ipsec.git] / ipsec-tools / racoon / vpn_control.h
index 33c18a23092777eb4f3b3a986574c932ca638da2..e27b7805b1aa917051fdd173039a2f8c51d22df6 100644 (file)
 
 #include "algorithm_types.h"
 #include <net/if.h>
+#if __has_include(<nw/private.h>)
+#include <nw/private.h>
+#else
 #include <network/nat64.h>
+#endif
 
 #define VPNCONTROLSOCK_PATH ADMINPORTDIR "/vpncontrol.sock"