xmms - #include <inttypes.h> for PRIu64

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>
This commit is contained in:
Timothy B. Terriberry 2013-02-07 12:27:09 -08:00 committed by Erik de Castro Lopo
parent 5c8bb1333f
commit 100c82e18b
2 changed files with 2 additions and 0 deletions

View 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"

View File

@ -34,6 +34,7 @@
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <inttypes.h>
#include <pthread.h>