*** debugger/stabs.c~	Sun Dec 22 21:42:50 1996
--- debugger/stabs.c	Mon Dec 23 01:29:26 1996
***************
*** 5,8 ****
--- 5,9 ----
   */
  
+ #include <sys/types.h>
  #include <sys/mman.h>
  #include <fcntl.h>
*** windows/dialog.c~	Mon Jan 20 23:59:13 1997
--- windows/dialog.c	Mon Jan 20 23:59:42 1997
***************
*** 10,13 ****
--- 10,16 ----
  #include <stdio.h>
  #include <string.h>
+ #ifdef __FreeBSD__
+ #include <sys/errno.h>
+ #endif
  #include "windows.h"
  #include "dialog.h"
