aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xfaces.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/xfaces.c b/src/xfaces.c
index 44f47b88e38..6299d80809e 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -193,9 +193,11 @@ Boston, MA 02111-1307, USA. */
193#include "charset.h" 193#include "charset.h"
194#include "frame.h" 194#include "frame.h"
195 195
196#ifdef HAVE_WINDOW_SYSTEM
197#include "fontset.h"
198#endif
196#ifdef HAVE_X_WINDOWS 199#ifdef HAVE_X_WINDOWS
197#include "xterm.h" 200#include "xterm.h"
198#include "fontset.h"
199#ifdef USE_MOTIF 201#ifdef USE_MOTIF
200#include <Xm/Xm.h> 202#include <Xm/Xm.h>
201#include <Xm/XmStrDefs.h> 203#include <Xm/XmStrDefs.h>
@@ -3964,6 +3966,8 @@ DEFUN ("internal-set-lisp-face-attribute-from-resource",
3964 3966
3965#ifdef USE_X_TOOLKIT 3967#ifdef USE_X_TOOLKIT
3966 3968
3969#include "../lwlib/lwlib-utils.h"
3970
3967/* Structure used to pass X resources to functions called via 3971/* Structure used to pass X resources to functions called via
3968 XtApplyToWidgets. */ 3972 XtApplyToWidgets. */
3969 3973