diff options
| author | Stefan Monnier | 2010-04-23 11:50:48 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2010-04-23 11:50:48 -0400 |
| commit | ff5dec5cd103f6a9b030d295b014f0ff81025def (patch) | |
| tree | d62be3d88cdd852393c2d76da65d2f14b035c4aa /src/gtkutil.c | |
| parent | 706a0137ff6a830879ee24e5ad030c8e448db9b0 (diff) | |
| download | emacs-ff5dec5cd103f6a9b030d295b014f0ff81025def.tar.gz emacs-ff5dec5cd103f6a9b030d295b014f0ff81025def.zip | |
* gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
Diffstat (limited to 'src/gtkutil.c')
| -rw-r--r-- | src/gtkutil.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gtkutil.c b/src/gtkutil.c index d9312909bf3..c0e5c6f970f 100644 --- a/src/gtkutil.c +++ b/src/gtkutil.c | |||
| @@ -35,6 +35,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 35 | #include "charset.h" | 35 | #include "charset.h" |
| 36 | #include "coding.h" | 36 | #include "coding.h" |
| 37 | #include <gdk/gdkkeysyms.h> | 37 | #include <gdk/gdkkeysyms.h> |
| 38 | #include "xsettings.h" | ||
| 38 | 39 | ||
| 39 | #ifdef HAVE_XFT | 40 | #ifdef HAVE_XFT |
| 40 | #include <X11/Xft/Xft.h> | 41 | #include <X11/Xft/Xft.h> |