]> Untitled Git - hvgrip.git/commitdiff
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 e184a80b7654ba352b0377a4fe6b60032ed8ae5a..77cc483b25e7cf319733f70443d6a18e6eb4406e 100644 (file)
@@ -21,7 +21,7 @@
  */
 
 #include <config.h>
-#include "glib.h"
+#include <glib.h>
 
 typedef struct {
   char *name;