Mercurial > hg > xemacs-beta
diff lib-src/make-path.c @ 207:e45d5e7c476e r20-4b2
Import from CVS: tag r20-4b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:03:52 +0200 |
parents | 2d532a89d707 |
children | 74fd4e045ea6 |
line wrap: on
line diff
--- a/lib-src/make-path.c Mon Aug 13 10:02:48 2007 +0200 +++ b/lib-src/make-path.c Mon Aug 13 10:03:52 2007 +0200 @@ -26,15 +26,15 @@ command on some of the purer BSD systems (like Mt. Xinu) don't have that option. */ +#ifdef emacs +#include <../src/config.h> +#endif + #include <sys/types.h> #include <sys/stat.h> #include <stdio.h> #include <errno.h> -#ifdef emacs -#include <../src/config.h> -#endif - extern int errno; char *prog_name;