X-Git-Url: https://roy.marples.name/git diff --git a/wpa.h b/wpa.h index b490aa2..204d289 100644 --- a/wpa.h +++ b/wpa.h @@ -27,8 +27,10 @@ #ifndef WPA_H #define WPA_H +#include + #include "dhcpcd-gtk.h" -gboolean wpa_configure(const struct if_ap *); +bool wpa_configure(const struct if_ap *); #endif