Prevent read_rsa_public_key() from returning an uninitialized RSA structure.
[tinc] / src / vde / device.c
index 6148ccb..63171f9 100644 (file)
@@ -22,6 +22,7 @@
 #include <libvdeplug_dyn.h>
 
 #include "conf.h"
+#include "device.h"
 #include "net.h"
 #include "logger.h"
 #include "utils.h"