diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/print.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/print.c b/src/print.c index 5eb46c15d68..f5e8d535dff 100644 --- a/src/print.c +++ b/src/print.c | |||
| @@ -36,6 +36,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 36 | #include "blockinput.h" | 36 | #include "blockinput.h" |
| 37 | #include "termhooks.h" /* For struct terminal. */ | 37 | #include "termhooks.h" /* For struct terminal. */ |
| 38 | #include "font.h" | 38 | #include "font.h" |
| 39 | |||
| 39 | #ifdef HAVE_XWIDGETS | 40 | #ifdef HAVE_XWIDGETS |
| 40 | #include "xwidget.h" | 41 | #include "xwidget.h" |
| 41 | #endif | 42 | #endif |
| @@ -1805,7 +1806,7 @@ print_object (Lisp_Object obj, Lisp_Object printcharfun, bool escapeflag) | |||
| 1805 | strout ("#<xwidget-view ", -1, -1, printcharfun); | 1806 | strout ("#<xwidget-view ", -1, -1, printcharfun); |
| 1806 | PRINTCHAR ('>'); | 1807 | PRINTCHAR ('>'); |
| 1807 | } | 1808 | } |
| 1808 | #endif | 1809 | #endif |
| 1809 | else if (WINDOWP (obj)) | 1810 | else if (WINDOWP (obj)) |
| 1810 | { | 1811 | { |
| 1811 | int len; | 1812 | int len; |