diff options
| author | Dave Love | 2000-06-23 13:57:34 +0000 |
|---|---|---|
| committer | Dave Love | 2000-06-23 13:57:34 +0000 |
| commit | 123c6301b329161189c410cd2ddb2bdc22382b77 (patch) | |
| tree | d925d8523291bf50b75e45cb6a78bd739c06f4e0 | |
| parent | 53245ee2d121e463fbeb6d1ef76aebb3968c454e (diff) | |
| download | emacs-123c6301b329161189c410cd2ddb2bdc22382b77.tar.gz emacs-123c6301b329161189c410cd2ddb2bdc22382b77.zip | |
Include lwlib.h.
| -rw-r--r-- | lwlib/lwlib-utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lwlib/lwlib-utils.c b/lwlib/lwlib-utils.c index cd7c9c540f2..75aad733a39 100644 --- a/lwlib/lwlib-utils.c +++ b/lwlib/lwlib-utils.c | |||
| @@ -33,6 +33,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 33 | #include <X11/IntrinsicP.h> | 33 | #include <X11/IntrinsicP.h> |
| 34 | #include <X11/ObjectP.h> | 34 | #include <X11/ObjectP.h> |
| 35 | #include "lwlib-utils.h" | 35 | #include "lwlib-utils.h" |
| 36 | #include "lwlib.h" | ||
| 36 | 37 | ||
| 37 | /* Redisplay the contents of the widget, without first clearing it. */ | 38 | /* Redisplay the contents of the widget, without first clearing it. */ |
| 38 | void | 39 | void |