[PATCH 2/4] xmms - #include <inttypes.h> for PRIu64

Timothy B. Terriberry tterribe at xiph.org
Thu Feb 7 12:27:09 PST 2013


Not sure where this was coming from before, but it's not getting
 included elsewhere on my system, so include it explicitly.
---
 src/plugin_xmms/fileinfo.c | 1 +
 src/plugin_xmms/http.c     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/plugin_xmms/fileinfo.c b/src/plugin_xmms/fileinfo.c
index 4fe0fb1..392a128 100644
--- a/src/plugin_xmms/fileinfo.c
+++ b/src/plugin_xmms/fileinfo.c
@@ -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"
diff --git a/src/plugin_xmms/http.c b/src/plugin_xmms/http.c
index 5586ce2..44c9ce9 100644
--- a/src/plugin_xmms/http.c
+++ b/src/plugin_xmms/http.c
@@ -34,6 +34,7 @@
 #include <errno.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <inttypes.h>
 
 #include <pthread.h>
 
-- 
1.7.12


--------------040800050707000905060707--


More information about the flac-dev mailing list