diff options
author | Manish Singh <yosh@gimp.org> | 2005-02-22 21:49:42 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 2005-02-22 21:49:42 +0000 |
commit | 79f9f133556fac52eb65488034cbfb8b252a7782 (patch) | |
tree | 084016285172fa922c8367878eee1f5100ac0f1c /gtk/updateiconcache.c | |
parent | 9b3fb6c3bbf53719f0c4e1f359eacf0f1db39321 (diff) | |
download | gdk-pixbuf-79f9f133556fac52eb65488034cbfb8b252a7782.tar.gz |
#include <config.h>
Tue Feb 22 13:49:09 2005 Manish Singh <yosh@gimp.org>
* gtk/updateiconcache.c: #include <config.h>
Diffstat (limited to 'gtk/updateiconcache.c')
-rw-r--r-- | gtk/updateiconcache.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/updateiconcache.c b/gtk/updateiconcache.c index cdf6afa5b..076c10219 100644 --- a/gtk/updateiconcache.c +++ b/gtk/updateiconcache.c @@ -17,6 +17,8 @@ * Boston, MA 02111-1307, USA. */ +#include <config.h> + #include <stdlib.h> #include <stdio.h> #include <string.h> |