Mercurial > emacs
comparison src/buffer.c @ 112317:7df2e30d72ec
Include <unistd.h> unilaterally.
| author | Paul Eggert <eggert@cs.ucla.edu> |
|---|---|
| date | Sun, 09 Jan 2011 00:12:35 -0800 |
| parents | ac49e05bfcf2 |
| children | 17e0028efc29 |
comparison
equal
deleted
inserted
replaced
| 112316:2887524f362a | 112317:7df2e30d72ec |
|---|---|
| 25 #include <sys/stat.h> | 25 #include <sys/stat.h> |
| 26 #include <sys/param.h> | 26 #include <sys/param.h> |
| 27 #include <errno.h> | 27 #include <errno.h> |
| 28 #include <stdio.h> | 28 #include <stdio.h> |
| 29 #include <setjmp.h> | 29 #include <setjmp.h> |
| 30 | |
| 31 #ifdef HAVE_UNISTD_H | |
| 32 #include <unistd.h> | 30 #include <unistd.h> |
| 33 #endif | |
| 34 | 31 |
| 35 #include "lisp.h" | 32 #include "lisp.h" |
| 36 #include "intervals.h" | 33 #include "intervals.h" |
| 37 #include "window.h" | 34 #include "window.h" |
| 38 #include "commands.h" | 35 #include "commands.h" |
