comparison lib-src/test-distrib.c @ 42135:dfc99f4ae55e

Conditionally include fcntl.h.
author Dave Love <fx@gnu.org>
date Tue, 18 Dec 2001 16:02:14 +0000
parents c8fb06423da0
children 7ffd5b80ef27
comparison
equal deleted inserted replaced
42134:de525d9743c9 42135:dfc99f4ae55e
22 #ifdef HAVE_CONFIG_H 22 #ifdef HAVE_CONFIG_H
23 #include <config.h> 23 #include <config.h>
24 #endif 24 #endif
25 25
26 #include <stdio.h> 26 #include <stdio.h>
27
28 #ifdef HAVE_FCNTL
29 #include <fcntl.h>
30 #endif
27 31
28 #ifdef HAVE_UNISTD_H 32 #ifdef HAVE_UNISTD_H
29 #include <unistd.h> 33 #include <unistd.h>
30 #endif 34 #endif
31 35