]> code.delx.au - gnu-emacs/blobdiff - src/unexnext.c
* lisp.h (KEYMAPP): New macro.
[gnu-emacs] / src / unexnext.c
index 1cf41ca05a1c7d73808e2db99f85f215126691ef..f17dd8e9ee7325154c96c3b385220f400870db0d 100644 (file)
@@ -30,7 +30,10 @@ Boston, MA 02111-1307, USA.  */
 #include <mach-o/reloc.h>
 #include <sys/file.h>
 #include <sys/stat.h>
-#include <libc.h>
+#include <unistd.h>
+/* Instead of unistd.h, this used to include libc.h.
+   "Nelson H. F. Beebe" <beebe@math.utah.edu> says that doesn't work
+   in system version 3.3.  */
 
 
 int malloc_cookie;