projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f86f313
)
wmadec: Add a missing include that is needed on FreeBSD.
author
Andre Noll
<maan@systemlinux.org>
Thu, 22 Oct 2009 17:37:27 +0000
(19:37 +0200)
committer
Andre Noll
<maan@systemlinux.org>
Wed, 18 Nov 2009 18:34:28 +0000
(19:34 +0100)
wmadec_filter.c
patch
|
blob
|
history
diff --git
a/wmadec_filter.c
b/wmadec_filter.c
index
35e2703
..
d574df3
100644
(file)
--- a/
wmadec_filter.c
+++ b/
wmadec_filter.c
@@
-24,6
+24,7
@@
#include <math.h>
#include <string.h>
#include <regex.h>
+#include <sys/select.h>
#include "para.h"
#include "error.h"