]> git.webhop.me Git - lcd4linux.git/commitdiff
lcd4linux-wireless.patch from Hans de Goede
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Wed, 27 Jul 2011 02:21:48 +0000 (02:21 +0000)
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Wed, 27 Jul 2011 02:21:48 +0000 (02:21 +0000)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1148 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

plugins.m4

index ce38a93b0516e8764b449d89dede8f2b9818a583..354b4bc100acfae1ac57985a6a73c9974eddb661 100644 (file)
@@ -568,7 +568,7 @@ fi
 
 # WLAN
 if test "$PLUGIN_WIRELESS" = "yes"; then
-   AC_CHECK_HEADERS(linux/wireless.h, [has_wireless_header="true"], [has_wireless_header="false"])
+   AC_CHECK_HEADERS(linux/wireless.h, [has_wireless_header="true"], [has_wireless_header="false"], [#include <sys/socket.h>])
    if test "$has_wireless_header" = "true"; then
        PLUGINS="$PLUGINS plugin_wireless.o"
        AC_DEFINE(PLUGIN_WIRELESS,1,[wireless plugin])