summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <[email protected]>2012-07-10 13:07:35 -0500
committerDarrell Anderson <[email protected]>2012-07-10 13:07:35 -0500
commitefeb4d69d6d954caeb700e0a33ca0a8ae7d4e166 (patch)
treee53ebcb510ce66b5eddcd215fbfb81aa4daaab5e
parent0a8a03922af831362ea72d823a4a7cdb2669d997 (diff)
downloadkmplayer-efeb4d69d6d954caeb700e0a33ca0a8ae7d4e166.tar.gz
kmplayer-efeb4d69d6d954caeb700e0a33ca0a8ae7d4e166.zip
Fix "Only <glib.h> can be included directly" build errors.
-rw-r--r--src/npplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/npplayer.c b/src/npplayer.c
index e7f67bb..c630622 100644
--- a/src/npplayer.c
+++ b/src/npplayer.c
@@ -30,7 +30,7 @@ http://dbus.freedesktop.org/doc/dbus/libdbus-tutorial.html
#include <sys/time.h>
#include <fcntl.h>
-#include <glib/gprintf.h>
+#include <glib.h>
#include <gdk/gdkx.h>
#include <gtk/gtk.h>