Mercurial > hg > xemacs-beta
diff lib-src/i.c @ 2993:49316578f12d
[xemacs-hg @ 2005-10-14 01:02:29 by ben]
Include config.h in lib-src progs
i.c, mmencode.c: Always include config.h first.
winclient.c: Move include of windows.h after config.h.
author | ben |
---|---|
date | Fri, 14 Oct 2005 01:02:30 +0000 |
parents | bb3f73fbbda8 |
children | 308d34e9f07d |
line wrap: on
line diff
--- a/lib-src/i.c Fri Oct 14 01:00:45 2005 +0000 +++ b/lib-src/i.c Fri Oct 14 01:02:30 2005 +0000 @@ -31,6 +31,10 @@ command ina script, especially when its standart output should be obtained programmatically. */ +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + #include <windows.h> #include <stdio.h> #include <string.h>