aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
Diffstat (limited to 'sbin')
-rw-r--r--sbin/modunload/modunload.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/modunload/modunload.c b/sbin/modunload/modunload.c
index f7c7c583cfc0..b6bbdf5c7e34 100644
--- a/sbin/modunload/modunload.c
+++ b/sbin/modunload/modunload.c
@@ -29,11 +29,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: modunload.c,v 1.4 1997/02/22 14:32:42 peter Exp $
*/
#include <stdio.h>
#include <stdlib.h>
+#include <unistd.h>
#include <err.h>
#include <string.h>
#include <a.out.h>