Changeset 1728 for zzuf/trunk/src/lib-fd.c
- Timestamp:
- Feb 1, 2007, 5:08:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/src/lib-fd.c
r1718 r1728 46 46 # include <sys/uio.h> 47 47 #endif 48 #include <unistd.h> 48 #if defined HAVE_UNISTD_H 49 # include <unistd.h> 50 #endif 49 51 #include <fcntl.h> 50 52 #include <stdarg.h>
Note: See TracChangeset
for help on using the changeset viewer.