diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-09-26 03:27:20 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 15:23:30 +0200 |
commit | 13332c5892e461fba5a608c74bb0ef02367db8e3 (patch) | |
tree | 2dc8f6e559f11ef1af98c919e4b59f8ed1b6a5a0 | |
parent | 18870e6eb0d846ac7cdbd12dc60ae8c0e1d1d0a7 (diff) |
include s_stuff.h for sys_rmpollfn()
svn path=/trunk/externals/unauthorized/; revision=16300
-rw-r--r-- | mp3fileout~.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mp3fileout~.c b/mp3fileout~.c index a751fd4..87ff56d 100644 --- a/mp3fileout~.c +++ b/mp3fileout~.c @@ -32,6 +32,7 @@ #include <m_pd.h> #include <m_imp.h> +#include <s_stuff.h> #include <g_canvas.h> #include <sys/types.h> |