Mercurial > audlegacy-plugins
comparison src/stdio/stdio.c @ 2971:3134a0987162
- changed include path from audacious to audlegacy.
- changed include path for libSAD.h.
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Wed, 26 Nov 2008 02:55:04 +0900 |
parents | 30d30cfe6b47 |
children |
comparison
equal
deleted
inserted
replaced
2970:57d499fc5056 | 2971:3134a0987162 |
---|---|
15 * along with this program; if not, write to the Free Software | 15 * along with this program; if not, write to the Free Software |
16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | 16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
17 */ | 17 */ |
18 | 18 |
19 #include "config.h" | 19 #include "config.h" |
20 #include <audacious/plugin.h> | 20 #include <audlegacy/plugin.h> |
21 #include <stdio.h> | 21 #include <stdio.h> |
22 | 22 |
23 #include <unistd.h> | 23 #include <unistd.h> |
24 #include <sys/stat.h> | 24 #include <sys/stat.h> |
25 #include <sys/types.h> | 25 #include <sys/types.h> |