diff options
| author | Jan Djärv | 2011-06-30 17:07:40 +0200 |
|---|---|---|
| committer | Jan Djärv | 2011-06-30 17:07:40 +0200 |
| commit | 51bb811f62f50430c4de8beccbdbdf974fb79e9f (patch) | |
| tree | f49e3f18d49ba1a6d6d18538c63aaac75a4f3f09 /src/xsettings.c | |
| parent | 68ba37fbd97f96c75a13609a80fd4c1a5b147e3f (diff) | |
| download | emacs-51bb811f62f50430c4de8beccbdbdf974fb79e9f.tar.gz emacs-51bb811f62f50430c4de8beccbdbdf974fb79e9f.zip | |
Fix bad include.
* xsettings.c: Include glib-object.h, gio/gio.h if HAVE_GSETTINGS.
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/>. */ | |||
| 34 | 34 | ||
| 35 | #include <X11/Xproto.h> | 35 | #include <X11/Xproto.h> |
| 36 | 36 | ||
| 37 | #define HAVE_GSETTINGS | ||
| 38 | #ifdef HAVE_GSETTINGS | 37 | #ifdef HAVE_GSETTINGS |
| 39 | #include <glib.h> | 38 | #include <glib-object.h> |
| 39 | #include <gio/gio.h> | ||
| 40 | #else | 40 | #else |
| 41 | #ifdef HAVE_GCONF | 41 | #ifdef HAVE_GCONF |
| 42 | #include <gconf/gconf-client.h> | 42 | #include <gconf/gconf-client.h> |