CID:469 PW.BAD_MACRO_REDEF
authorNelson Ferreira <nelson.ferreira@ieee.org>
Sat, 17 Sep 2011 01:52:53 +0000 (21:52 -0400)
committerNelson Ferreira <nelson.ferreira@ieee.org>
Sat, 17 Sep 2011 01:52:53 +0000 (21:52 -0400)
* src/media/media-sox.c: undef UNUSED before including media-sox.h
because sox.h conflicts with lisp.h definition. This should have
as proper fix a SXE_UNUSED macro... For a later time.

Signed-off-by: Nelson Ferreira <nelson.ferreira@ieee.org>
src/media/media-sox.c

index ca39a2c..52e8844 100644 (file)
@@ -21,7 +21,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 /* Synched up with: Not in FSF. */
 
 #include <config.h>
-#include "lisp.h"
 
 #include <unistd.h>
 #include <fcntl.h>
@@ -29,6 +28,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 #include <errno.h>
 #include <string.h>
 
+#include "lisp.h"
 #include "media-sox.h"
 
 #define MYSELF MDRIVER_SOX