Forgot to include <string.h>

This commit is contained in:
Pierre Pronchery 2007-05-10 17:57:48 +00:00
parent ff1bc1d2e4
commit 26a00f50e4

View File

@ -1,4 +1,5 @@
/* init.c */
/* $Id$ */
/* Copyright (c) 2007 The DeforaOS Project */
@ -7,6 +8,7 @@
#include <sys/wait.h>
#include <signal.h>
#include <stdio.h>
#include <string.h>
/* Init */