aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c
diff options
context:
space:
mode:
authorPaul Eggert2011-01-09 00:12:35 -0800
committerPaul Eggert2011-01-09 00:12:35 -0800
commit4004364e6777a1ed2c3e2c0fdf9fed871b186ac3 (patch)
tree44d96204ce5ebd144662234e6185d542838be9d1 /src/editfns.c
parent613f7bda1d003048ad79e7c4bba744e5057d609e (diff)
downloademacs-4004364e6777a1ed2c3e2c0fdf9fed871b186ac3.tar.gz
emacs-4004364e6777a1ed2c3e2c0fdf9fed871b186ac3.zip
Include <unistd.h> unilaterally.
Diffstat (limited to 'src/editfns.c')
-rw-r--r--src/editfns.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/editfns.c b/src/editfns.c
index 4a9e2314a84..19eaf7ca022 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -29,9 +29,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
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>