xmms - #include <inttypes.h> for PRIu64
authorTimothy B. Terriberry <tterribe@xiph.org>
Thu, 7 Feb 2013 20:27:09 +0000 (12:27 -0800)
committerErik de Castro Lopo <erikd@mega-nerd.com>
Fri, 8 Feb 2013 07:58:25 +0000 (18:58 +1100)
Not sure where this was coming from before, but it's not getting
 included elsewhere on my system, so include it explicitly.

Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
src/plugin_xmms/fileinfo.c
src/plugin_xmms/http.c

index 4fe0fb1..392a128 100644 (file)
@@ -28,6 +28,7 @@
 #include <sys/stat.h>
 #include <unistd.h>
 #include <stdarg.h>
+#include <inttypes.h>
 #include <gtk/gtk.h>
 
 #include "FLAC/metadata.h"
index 5586ce2..44c9ce9 100644 (file)
@@ -34,6 +34,7 @@
 #include <errno.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <inttypes.h>
 
 #include <pthread.h>