patch-mxmldoc_c 318 B

1234567891011
  1. --- mxml-2.6.orig/mxmldoc.c 2009-05-05 15:38:00.000000000 +0200
  2. +++ mxml-2.6/mxmldoc.c 2011-05-10 12:52:35.000000000 +0200
  3. @@ -57,7 +57,7 @@
  4. #ifndef WIN32
  5. # include <dirent.h>
  6. # include <unistd.h>
  7. -# include <spawn.h>
  8. +//# include <spawn.h>
  9. # include <sys/wait.h>
  10. extern char **environ;
  11. #endif /* !WIN32 */