add missing header files.

This commit is contained in:
christos 2011-05-15 23:59:03 +00:00
parent 6551109c37
commit 21bd6ba1e6
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: commands.c,v 1.1 2011/04/10 09:55:10 blymn Exp $ */
/* $NetBSD: commands.c,v 1.2 2011/05/15 23:59:03 christos Exp $ */
/*-
* Copyright 2009 Brett Lymn <blymn@NetBSD.org>
@ -33,6 +33,7 @@
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
#include <sys/types.h>
#include "returns.h"
#include "slave.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: slave.c,v 1.2 2011/04/21 10:23:50 blymn Exp $ */
/* $NetBSD: slave.c,v 1.3 2011/05/15 23:59:03 christos Exp $ */
/*-
* Copyright 2009 Brett Lymn <blymn@NetBSD.org>
@ -30,6 +30,8 @@
*/
#include <fcntl.h>
#include <sys/ioctl.h>
#include <unistd.h>
#include <err.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>