]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
wmadec: Add a missing include that is needed on FreeBSD.
authorAndre Noll <maan@systemlinux.org>
Thu, 22 Oct 2009 17:37:27 +0000 (19:37 +0200)
committerAndre Noll <maan@systemlinux.org>
Wed, 18 Nov 2009 18:34:28 +0000 (19:34 +0100)
wmadec_filter.c

index 35e2703c1f796c390ce8386d764adb4a9395bff5..d574df35d3a9da3a75f25bf0069f6e887b8b547e 100644 (file)
@@ -24,6 +24,7 @@
 #include <math.h>
 #include <string.h>
 #include <regex.h>
+#include <sys/select.h>
 
 #include "para.h"
 #include "error.h"