blob: 2a2b66c7d7e09bbdf056b55f1c601ebca93d1bd8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- src/npplayer.cpp.orig 2021-08-07 16:18:34 UTC
+++ src/npplayer.cpp
@@ -21,6 +21,7 @@
http://devedge-temp.mozilla.org/library/manuals/2002/plugin/1.0/
http://dbus.freedesktop.org/doc/dbus/libdbus-tutorial.html
*/
+#include <glib.h>
extern "C" {
#include <unistd.h>
#include <string.h>
@@ -32,7 +33,6 @@ extern "C" {
#include <fcntl.h>
#include <glib/gprintf.h>
-#include <glib.h>
#include <gdk/gdkx.h>
#include <gtk/gtk.h>
|