Refactor crypto RNG; add getrandom() support
[tinc] / src / invitation.c
index 22fd614..c008be2 100644 (file)
@@ -34,6 +34,7 @@
 #include "tincctl.h"
 #include "utils.h"
 #include "xalloc.h"
+#include "random.h"
 
 #include "ed25519/sha512.h"