Include udpfromto.h
authorAlan T. DeKok <aland@freeradius.org>
Mon, 18 May 2009 12:16:26 +0000 (14:16 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 18 May 2009 12:16:26 +0000 (14:16 +0200)
src/main/listen.c

index 2b12e5b..4979450 100644 (file)
@@ -33,6 +33,10 @@ RCSID("$Id$")
 #include <freeradius-devel/vmps.h>
 #include <freeradius-devel/detail.h>
 
+#ifdef WITH_UDPFROMTO
+#include <freeradius-devel/udpfromto.h>
+#endif
+
 #ifdef HAVE_SYS_RESOURCE_H
 #include <sys/resource.h>
 #endif