Imported Upstream version 3.2.2
[debian/gnuradio] / gnuradio-core / src / lib / general / malloc16.c
index 2cc6135e778185cf1642bf6a03ef98c66c41e06c..3317514998707338e7157c6594765a81714a54f6 100644 (file)
@@ -7,6 +7,7 @@
 
 #include "malloc16.h"
 #include <string.h>
+#include <strings.h>
 
 void *malloc16Align(int size){
   void *p;