diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/widget.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widget.c b/src/widget.c index fda3449be02..e5092b1eb73 100644 --- a/src/widget.c +++ b/src/widget.c | |||
| @@ -33,6 +33,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 33 | #include <X11/IntrinsicP.h> | 33 | #include <X11/IntrinsicP.h> |
| 34 | #include <X11/cursorfont.h> | 34 | #include <X11/cursorfont.h> |
| 35 | #include "widgetprv.h" | 35 | #include "widgetprv.h" |
| 36 | #include <X11/ObjectP.h> | ||
| 36 | #include <X11/Shell.h> | 37 | #include <X11/Shell.h> |
| 37 | #include <X11/ShellP.h> | 38 | #include <X11/ShellP.h> |
| 38 | 39 | ||