diff libaf/filter.c @ 9217:420e2b2f8e5a

compiler warning fixes patch by Dominik Mierzejewski <dominik@rangers.eu.org>
author arpi
date Sun, 02 Feb 2003 02:42:59 +0000
parents a1578b329cc0
children 6e35326c742f
line wrap: on
line diff
--- a/libaf/filter.c	Sun Feb 02 02:36:35 2003 +0000
+++ b/libaf/filter.c	Sun Feb 02 02:42:59 2003 +0000
@@ -11,6 +11,7 @@
 /* Design and implementation of different types of digital filters
 
 */
+#include <string.h>
 #include <math.h>
 #include "dsp.h"