X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/8b990b89011d5b954c794e08549776b15e34fff1..HEAD:/lwlib/lwlib-widget.h diff --git a/lwlib/lwlib-widget.h b/lwlib/lwlib-widget.h index 92ae7e61a6..22d9b3e38f 100644 --- a/lwlib/lwlib-widget.h +++ b/lwlib/lwlib-widget.h @@ -1,6 +1,6 @@ /* Copyright (C) 1992, 1993 Lucid, Inc. -Copyright (C) 1994, 1999-2015 Free Software Foundation, Inc. +Copyright (C) 1994, 1999-2016 Free Software Foundation, Inc. This file is part of the Lucid Widget Library. @@ -23,6 +23,8 @@ along with GNU Emacs. If not, see . */ #ifndef LWLIB_WIDGET_H #define LWLIB_WIDGET_H +#include "../src/lisp.h" + typedef enum { NO_CHANGE = 0, @@ -96,7 +98,7 @@ typedef struct _widget_value /* Whether we should free the toolkit data slot when freeing the widget_value itself. */ bool free_toolkit_data; -#endif +#endif } widget_value;