From: Hugo Villeneuve Date: Tue, 25 Mar 2014 02:43:28 +0000 (-0400) Subject: Fix gtk system include directive X-Git-Url: http://gitweb.hugovil.com/?p=hvgrip.git;a=commitdiff_plain;h=f7fa5268373c27fd39717ea270e96db115f93183 Fix gtk system include directive --- diff --git a/src/grip_id3.h b/src/grip_id3.h index e184a80..77cc483 100644 --- a/src/grip_id3.h +++ b/src/grip_id3.h @@ -21,7 +21,7 @@ */ #include -#include "glib.h" +#include typedef struct { char *name;