diff options
| author | Paul Eggert | 2011-01-09 00:12:35 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-01-09 00:12:35 -0800 |
| commit | 4004364e6777a1ed2c3e2c0fdf9fed871b186ac3 (patch) | |
| tree | 44d96204ce5ebd144662234e6185d542838be9d1 /src/ralloc.c | |
| parent | 613f7bda1d003048ad79e7c4bba744e5057d609e (diff) | |
| download | emacs-4004364e6777a1ed2c3e2c0fdf9fed871b186ac3.tar.gz emacs-4004364e6777a1ed2c3e2c0fdf9fed871b186ac3.zip | |
Include <unistd.h> unilaterally.
Diffstat (limited to 'src/ralloc.c')
| -rw-r--r-- | src/ralloc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ralloc.c b/src/ralloc.c index 5f2b52fcc4b..9b5e3bba582 100644 --- a/src/ralloc.c +++ b/src/ralloc.c | |||
| @@ -30,9 +30,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 30 | #include "lisp.h" /* Needed for VALBITS. */ | 30 | #include "lisp.h" /* Needed for VALBITS. */ |
| 31 | #include "blockinput.h" | 31 | #include "blockinput.h" |
| 32 | 32 | ||
| 33 | #ifdef HAVE_UNISTD_H | ||
| 34 | #include <unistd.h> | 33 | #include <unistd.h> |
| 35 | #endif | ||
| 36 | 34 | ||
| 37 | typedef POINTER_TYPE *POINTER; | 35 | typedef POINTER_TYPE *POINTER; |
| 38 | typedef size_t SIZE; | 36 | typedef size_t SIZE; |