X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/d5dc920668a85c56c4d3e54a6898bbd43bcb64a1..5c1f16b06eaa73689a062dcbdfa7f04169e29eed:/lwlib/lwlib.c diff --git a/lwlib/lwlib.c b/lwlib/lwlib.c index 39b9400c5c..7b2752b82e 100644 --- a/lwlib/lwlib.c +++ b/lwlib/lwlib.c @@ -1,5 +1,7 @@ /* A general interface to the widgets of different toolkits. - Copyright (C) 1992, 1993 Lucid, Inc. +Copyright (C) 1992, 1993 Lucid, Inc. +Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2003, 2004, + 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This file is part of the Lucid Widget Library. @@ -46,7 +48,11 @@ Boston, MA 02110-1301, USA. */ #endif /* not USE_MOTIF && USE_LUCID */ #endif #if defined (USE_XAW) +#ifdef HAVE_XAW3D +#include +#else /* !HAVE_XAW3D */ #include +#endif /* HAVE_XAW3D */ #include "lwlib-Xaw.h" #endif