From 1b5925042ffdc8280aac4e808272c877d6111202 Mon Sep 17 00:00:00 2001 From: James Rayner Date: Sun, 21 Feb 2010 22:12:54 +1100 Subject: Add missing include. FS#18411 --- wpa_actiond/net-auto-wireless | 1 + 1 file changed, 1 insertion(+) (limited to 'wpa_actiond') diff --git a/wpa_actiond/net-auto-wireless b/wpa_actiond/net-auto-wireless index 6dabde5..5e93a8f 100755 --- a/wpa_actiond/net-auto-wireless +++ b/wpa_actiond/net-auto-wireless @@ -2,6 +2,7 @@ . /etc/rc.conf . /etc/rc.d/functions +. /usr/lib/network/globals if [[ ! -x /usr/sbin/wpa_actiond ]]; then echo "Please install 'wpa_actiond' to use net-auto-wireless" -- cgit v1.2.3-24-g4f1b