Include "autoconf.h" before testing the macro WITH_UDPFROMTO.
authornbk <nbk>
Thu, 14 Dec 2006 14:20:01 +0000 (14:20 +0000)
committernbk <nbk>
Thu, 14 Dec 2006 14:20:01 +0000 (14:20 +0000)
src/lib/udpfromto.c

index 13fab2f..bad2c34 100644 (file)
  * Version: $Id$
  */
 
-#ifdef WITH_UDPFROMTO
-
 #include <freeradius-devel/ident.h>
 RCSID("$Id$")
 
 #include <freeradius-devel/autoconf.h>
 
+#ifdef WITH_UDPFROMTO
+
 #include <sys/types.h>
 
 #ifdef HAVE_SYS_UIO_H