Compensate for dethreaded headers.

(I have no religion about how this was done. Follow-up commits welcome)
This commit is contained in:
Mark Murray 2001-05-01 09:08:09 +00:00
parent 2888dd72bf
commit 573fbdc21f
4 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "defs.h"
#include <sys/types.h>
#include <sys/lock.h>
#include <sys/ptrace.h>
#include <machine/reg.h>
#include <machine/frame.h>

View File

@ -27,6 +27,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include <paths.h>
#include <sys/sysctl.h>
#include <sys/param.h>
#include <sys/lock.h>
#include <sys/time.h>
#include <sys/proc.h>
#include <sys/user.h>

View File

@ -27,6 +27,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include <paths.h>
#include <sys/sysctl.h>
#include <sys/param.h>
#include <sys/lock.h>
#include <sys/time.h>
#include <sys/proc.h>
#include <sys/user.h>

View File

@ -17,6 +17,8 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* $FreeBSD$ */
#include "defs.h"
#include <sys/wait.h>
#include "frame.h"
@ -24,6 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include <stdio.h>
#include <sys/param.h>
#include <sys/lock.h>
#include <dirent.h>
#include <sys/user.h>
#include <signal.h>