Fix compilation of VDE and UML interfaces.
[tinc] / src / vde / device.c
index 63171f9..74cf3b6 100644 (file)
@@ -39,7 +39,7 @@ char *iface = NULL;
 static char *device_info;
 
 extern char *identname;
-extern bool running;
+extern volatile bool running;
 
 static uint64_t device_total_in = 0;
 static uint64_t device_total_out = 0;