1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-07 01:08:15 +02:00

include unistd.h

This commit is contained in:
Jim Meyering
1997-11-15 19:43:06 +00:00
parent 1076c92f8d
commit fec9572013
+4
View File
@@ -26,6 +26,10 @@ changequote(<<, >>)dnl
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#if !HAVE_ALARM
# define alarm(X) /* empty */
#endif