Add two missing includes to fix compile on ppc.
authorTim Shepard <shep@gnuradio.org>
Mon, 2 Nov 2009 03:40:06 +0000 (22:40 -0500)
committerTim Shepard <shep@gnuradio.org>
Sun, 22 Nov 2009 01:41:34 +0000 (20:41 -0500)
vrt/lib/copiers.cc

index aa2846af53a3ca392e90421a2a32dc798b1b5712..ddf82abcfc9f26ecdaea7a952bf0e4c505c13816 100644 (file)
@@ -24,6 +24,8 @@
 #endif
 #include <vrt/copiers.h>
 #include <arpa/inet.h>
+#include <assert.h>
+#include <string.h>
 
 namespace vrt {