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: Steven Tamm
Subject: [Emacs-diffs] Changes to emacs/lib-src/make-docfile.c
Date: Mon, 27 Dec 2004 12:42:27 -0500

Index: emacs/lib-src/make-docfile.c
diff -c emacs/lib-src/make-docfile.c:1.60 emacs/lib-src/make-docfile.c:1.61
*** emacs/lib-src/make-docfile.c:1.60   Tue Nov  9 11:03:12 2004
--- emacs/lib-src/make-docfile.c        Mon Dec 27 17:22:01 2004
***************
*** 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 */
--- 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 */




reply via email to

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