diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/buffer.c b/src/buffer.c index 9766c60da9e..d85475b7155 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -27,10 +27,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 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" |