handler: explicitly include json.h
[project/netifd.git] / device.h
index 58dcb18..01a68bc 100644 (file)
--- a/device.h
+++ b/device.h
@@ -138,6 +138,7 @@ struct device {
 
        bool current_config;
        bool default_config;
+       bool wireless;
 
        /* set interface up or down */
        device_state_cb set_state;