Fix gtk system include directive
authorHugo Villeneuve <hugo@hugovil.com>
Tue, 25 Mar 2014 02:43:28 +0000 (22:43 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Wed, 26 Mar 2014 22:53:53 +0000 (18:53 -0400)
src/grip_id3.h

index e184a80..77cc483 100644 (file)
@@ -21,7 +21,7 @@
  */
 
 #include <config.h>
-#include "glib.h"
+#include <glib.h>
 
 typedef struct {
   char *name;