* Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
[deliverable/binutils-gdb.git] / mmalloc / attach.c
index 70cfa6eb997173c56a1256ae5314eb42563a5d23..2bd70bfdf05f3723f9aed4d8fca13c71942f0dda 100644 (file)
@@ -1,5 +1,5 @@
 /* Initialization for access to a mmap'd malloc managed region.
-   Copyright 1992 Free Software Foundation, Inc.
+   Copyright 1992, 2000 Free Software Foundation, Inc.
 
    Contributed by Fred Fish at Cygnus Support.   fnf@cygnus.com
 
@@ -24,6 +24,9 @@ Boston, MA 02111-1307, USA.  */
 #include <fcntl.h> /* After sys/types.h, at least for dpx/2.  */
 #include <sys/stat.h>
 #include <string.h>
+#ifdef HAVE_UNISTD_H
+#include <unistd.h>    /* Prototypes for lseek */
+#endif
 #include "mmprivate.h"
 
 #ifndef SEEK_SET
This page took 0.023178 seconds and 4 git commands to generate.