emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lib-src/make-docfile.c


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/lib-src/make-docfile.c
Date: Fri, 04 Mar 2005 06:14:03 -0500

Index: emacs/lib-src/make-docfile.c
diff -c emacs/lib-src/make-docfile.c:1.61 emacs/lib-src/make-docfile.c:1.62
*** emacs/lib-src/make-docfile.c:1.61   Mon Dec 27 17:22:01 2004
--- emacs/lib-src/make-docfile.c        Fri Mar  4 11:14:03 2005
***************
*** 43,53 ****
  #undef chdir
  
  #include <stdio.h>
- #include <stdlib.h>
  #ifdef MSDOS
  #include <fcntl.h>
  #endif /* MSDOS */
  #ifdef WINDOWSNT
  #include <fcntl.h>
  #include <direct.h>
  #endif /* WINDOWSNT */
--- 43,53 ----
  #undef chdir
  
  #include <stdio.h>
  #ifdef MSDOS
  #include <fcntl.h>
  #endif /* MSDOS */
  #ifdef WINDOWSNT
+ #include <stdlib.h>
  #include <fcntl.h>
  #include <direct.h>
  #endif /* WINDOWSNT */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]