Merged -r7436:7453 eb/freebsd into trunk. This is a part of a set of
[debian/gnuradio] / gnuradio-core / src / lib / io / gr_udp_source.cc
index fa7d43d1b672e2476c96202621dd3753e4fa1861..f7f04d3cf9384b930bbbd74d16b2a4da90ad0c97 100644 (file)
@@ -1,6 +1,6 @@
 /* -*- c++ -*- */
 /*
- * Copyright 2007 Free Software Foundation, Inc.
+ * Copyright 2007,2008 Free Software Foundation, Inc.
  * 
  * This file is part of GNU Radio
  * 
@@ -20,6 +20,9 @@
  * Boston, MA 02110-1301, USA.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 #include <gr_udp_source.h>
 #include <gr_io_signature.h>
 #include <stdexcept>