Merge branch 'patches/marcus/file_sink'
[debian/gnuradio] / gnuradio-core / src / lib / general / gr_delay.cc
index 73b61a9a0cba8dfcc4ff8d06d87eacd1ad0757c0..d52faca39a58f45bd2419e045107f004cb513429 100644 (file)
@@ -6,7 +6,7 @@
  * 
  * GNU Radio is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2, or (at your option)
+ * the Free Software Foundation; either version 3, or (at your option)
  * any later version.
  * 
  * GNU Radio is distributed in the hope that it will be useful,
@@ -26,6 +26,7 @@
 
 #include <gr_delay.h>
 #include <gr_io_signature.h>
+#include <string.h>
 
 gr_delay_sptr
 gr_make_delay (size_t itemsize, int delay)