comparison src/editfns.c @ 112317:7df2e30d72ec

Include <unistd.h> unilaterally.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 09 Jan 2011 00:12:35 -0800
parents 141d3f14d8c3
children 17e0028efc29
comparison
equal deleted inserted replaced
112316:2887524f362a 112317:7df2e30d72ec
27 27
28 #ifdef HAVE_PWD_H 28 #ifdef HAVE_PWD_H
29 #include <pwd.h> 29 #include <pwd.h>
30 #endif 30 #endif
31 31
32 #ifdef HAVE_UNISTD_H
33 #include <unistd.h> 32 #include <unistd.h>
34 #endif
35 33
36 #ifdef HAVE_SYS_UTSNAME_H 34 #ifdef HAVE_SYS_UTSNAME_H
37 #include <sys/utsname.h> 35 #include <sys/utsname.h>
38 #endif 36 #endif
39 37