comparison src/sexypsf/Misc.c @ 1981:d41f324ad7d9

vfs fixes (pass 2)
author William Pitcock <nenolod@atheme.org>
date Sun, 07 Oct 2007 01:02:04 -0500
parents fa9f85cebade
children 3134a0987162
comparison
equal deleted inserted replaced
1980:6e2070ea35e7 1981:d41f324ad7d9
14 * You should have received a copy of the GNU General Public License 14 * You should have received a copy of the GNU General Public License
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 <audacious/vfs.h> 19 #include <audacious/plugin.h>
20 #include <stdio.h> 20 #include <stdio.h>
21 #include <string.h> 21 #include <string.h>
22 #include <stdlib.h> 22 #include <stdlib.h>
23 #include <stdarg.h> 23 #include <stdarg.h>
24 24