wdvi

network DVI viewer
Log | Files | Refs

commit 995f59a8ec67f9a385a471aeae14a7d87e3e9595
parent 168c5eff80ef87d855e9b8bada8874d293c70470
Author: Kyle Milz <krwmilz@gmail.com>
Date:   Mon, 16 Aug 2021 17:00:14 +0000

Assume Xosdefs.h is available.

Diffstat:
Mxdvi.h | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/xdvi.h b/xdvi.h @@ -55,9 +55,7 @@ NOTE: #include <stdlib.h> /* the following works around the wchar_t problem */ #include <X11/X.h> -#if HAVE_X11_XOSDEFS_H -# include <X11/Xosdefs.h> -#endif +#include <X11/Xosdefs.h> #ifdef X_NOT_STDC_ENV # undef X_NOT_STDC_ENV # undef X_WCHAR