X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/b9b14d130b89af54fe6c376c02d6286aa11749b6..b336bfcdf39f1e4d35bff4a7bd01d3b4bca8f516:/lwlib/lwlib-Xaw.c diff --git a/lwlib/lwlib-Xaw.c b/lwlib/lwlib-Xaw.c index 815a2277c2..2af44cd2e1 100644 --- a/lwlib/lwlib-Xaw.c +++ b/lwlib/lwlib-Xaw.c @@ -1,7 +1,7 @@ /* The lwlib interface to Athena widgets. Copyright (C) 1993 Chuck Thompson Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of the Lucid Widget Library. @@ -25,6 +25,7 @@ Boston, MA 02110-1301, USA. */ #endif #include +#include #include "../src/lisp.h" @@ -35,12 +36,21 @@ Boston, MA 02110-1301, USA. */ #include #include +#ifdef HAVE_XAW3D +#include +#include +#include +#include +#include +#include +#else /* !HAVE_XAW3D */ #include #include #include #include #include #include +#endif /* HAVE_XAW3D */ #include