2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Sat, 7 Feb 2009 05:25:24 +0000 (05:25 -0000)
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Sat, 7 Feb 2009 05:25:24 +0000 (05:25 -0000)
* configure.in: include stdio so that NULL is defined when checking
for ifreq.

svn path=/trunk/mono/; revision=126164

ChangeLog
configure.in

index 8c063d9fc6ca954fff3019529d12c9cc0eb1d476..a695a35b1212c27cf9aa9d6d9f0c8c4d3721c49b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * configure.in: include stdio so that NULL is defined when checking
+       for ifreq.
+
 2009-02-06  Miguel De Icaza  <miguel@novell.com>
 
        * Disable parallel marking on OSX as it hangs during collections
index 18baf52aadb3b5885c84b71e70907a39bfc16284..7ef2e79ddfda9eae2868d744b23fee6db71bb898 100644 (file)
@@ -1373,6 +1373,7 @@ if test x$platform_win32 = xno; then
        AC_CHECK_HEADERS(net/if.h)
        AC_MSG_CHECKING(for ifreq)
        AC_TRY_COMPILE([
+               #include <stdio.h>
                #include <sys/ioctl.h>
                #include <net/if.h>
                ], [