]> git.eshelyaron.com Git - emacs.git/commitdiff
Conditionally include fcntl.h.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Sun, 9 May 2004 22:44:35 +0000 (22:44 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Sun, 9 May 2004 22:44:35 +0000 (22:44 +0000)
lib-src/ChangeLog
lib-src/test-distrib.c

index f5cea63e41fe4afc42af96e5db01636d56ba48fa..70bbeed7efceb1cf555e25c2ef609f4d07a3f4c7 100644 (file)
@@ -1,3 +1,7 @@
+2004-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * test-distrib.c: Conditionally include fcntl.h.
+
 2004-05-09  Thien-Thi Nguyen  <ttn@gnu.org>
 
        * cvtmail.c: Throughout, replace 0 destined for `exit' arg
index 56bfc42d9757c2f4f45946bb416785cae1e094c6..9b720e1fc24ee332f32047fc4f82089fc7d4ec28 100644 (file)
 
 #include <stdio.h>
 
+#ifdef HAVE_FCNTL_H
+#include <fcntl.h>
+#endif
+
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif