diff options
Diffstat (limited to 'io-psd.c')
-rw-r--r-- | io-psd.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -27,9 +27,14 @@ * - i18n */ +#define GDK_PIXBUF_ENABLE_BACKEND + +#include "config.h" + #include <stdlib.h> #include <stdio.h> #include <string.h> +#include <gmodule.h> #include <gdk-pixbuf/gdk-pixbuf.h> typedef struct |