Replace getrandom() with getentropy()
[tinc] / src / linux / meson.build
index 5725b4a..8c0f137 100644 (file)
@@ -1,7 +1,7 @@
 check_headers += [
   'linux/if_tun.h',
-  'sys/epoll.h',
   'netpacket/packet.h',
+  'sys/epoll.h',
 ]
 
 check_functions += 'recvmmsg'