aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.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/buffer.c
parent613f7bda1d003048ad79e7c4bba744e5057d609e (diff)
downloademacs-4004364e6777a1ed2c3e2c0fdf9fed871b186ac3.tar.gz
emacs-4004364e6777a1ed2c3e2c0fdf9fed871b186ac3.zip
Include <unistd.h> unilaterally.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c3
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"