diff options
Diffstat (limited to 'src/xsettings.c')
-rw-r--r-- | src/xsettings.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xsettings.c b/src/xsettings.c index 09a5d31d01f..5df05e3e50e 100644 --- a/src/xsettings.c +++ b/src/xsettings.c @@ -34,9 +34,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include <X11/Xproto.h> -#define HAVE_GSETTINGS #ifdef HAVE_GSETTINGS -#include <glib.h> +#include <glib-object.h> +#include <gio/gio.h> #else #ifdef HAVE_GCONF #include <gconf/gconf-client.h> |