Mercurial > audlegacy-plugins
comparison src/stdio/stdio.c @ 1190:ed2d7787779e trunk
more warning elimination.
| author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
|---|---|
| date | Thu, 21 Jun 2007 17:33:00 +0900 |
| parents | 183d03932c9e |
| children | 594909468f53 |
comparison
equal
deleted
inserted
replaced
| 1189:af5bd4592100 | 1190:ed2d7787779e |
|---|---|
| 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 <audacious/vfs.h> | 19 #include <audacious/vfs.h> |
| 20 #include <audacious/plugin.h> | 20 #include <audacious/plugin.h> |
| 21 #include "audacious/strings.h" | |
| 21 #include <stdio.h> | 22 #include <stdio.h> |
| 22 | 23 |
| 23 #include <unistd.h> | 24 #include <unistd.h> |
| 24 #include <sys/stat.h> | 25 #include <sys/stat.h> |
| 25 #include <sys/types.h> | 26 #include <sys/types.h> |
