X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/364c38d3af67e2b56a90a6547ec9f773967bf1df..b336bfcdf39f1e4d35bff4a7bd01d3b4bca8f516:/lwlib/lwlib-Xaw.c diff --git a/lwlib/lwlib-Xaw.c b/lwlib/lwlib-Xaw.c index 1369ed26f7..2af44cd2e1 100644 --- a/lwlib/lwlib-Xaw.c +++ b/lwlib/lwlib-Xaw.c @@ -1,5 +1,7 @@ /* The lwlib interface to Athena widgets. - Copyright (C) 1993 Chuck Thompson +Copyright (C) 1993 Chuck Thompson +Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, + 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of the Lucid Widget Library. @@ -23,6 +25,7 @@ Boston, MA 02110-1301, USA. */ #endif #include +#include #include "../src/lisp.h" @@ -33,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