diff Plugins/Input/wma/wma.c @ 300:e35b0290f77c trunk

[svn] Squash 3 warnings by compiling as C99 code. Remove round_trick kludge.
author chainsaw
date Fri, 16 Dec 2005 18:25:18 -0800
parents 38892498a565
children edc22c4569ad
line wrap: on
line diff
--- a/Plugins/Input/wma/wma.c	Fri Dec 16 18:02:41 2005 -0800
+++ b/Plugins/Input/wma/wma.c	Fri Dec 16 18:25:18 2005 -0800
@@ -28,6 +28,7 @@
 #include <stdbool.h>
 #include <stdio.h>
 #include <string.h>
+#include <strings.h>
 
 #include <audacious/plugin.h>
 #include <libaudacious/configfile.h>