diff options
Diffstat (limited to 'Dvi.c')
-rw-r--r-- | Dvi.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,4 +1,5 @@ /* $XConsortium: Dvi.c,v 1.21 94/04/17 20:43:34 keith Exp $ */ +/* $XdotOrg: $ */ /* Copyright (c) 1991 X Consortium @@ -35,6 +36,10 @@ from the X Consortium. * Dvi.c - Dvi display widget */ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #define XtStrlen(s) ((s) ? strlen(s) : 0) /* The following are defined for the reader's convenience. Any |