Include "autoconf.h" before testing the macro WITH_SNMP.
authornbk <nbk>
Thu, 14 Dec 2006 14:20:36 +0000 (14:20 +0000)
committernbk <nbk>
Thu, 14 Dec 2006 14:20:36 +0000 (14:20 +0000)
src/main/smux.c

index 252f6e6..600c804 100644 (file)
  * Copyright 1999  Kunihiro Ishiguro <kunihiro@zebra.org>
  */
 
-#ifdef WITH_SNMP
-
 #include <freeradius-devel/ident.h>
 RCSID("$Id$")
 
 #include <freeradius-devel/autoconf.h>
 
+#ifdef WITH_SNMP
 
 #include <sys/socket.h>
 #include <sys/file.h>