Forgot to include <string.h>
This commit is contained in:
parent
ff1bc1d2e4
commit
26a00f50e4
|
@ -1,4 +1,5 @@
|
||||||
/* init.c */
|
/* $Id$ */
|
||||||
|
/* Copyright (c) 2007 The DeforaOS Project */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -7,6 +8,7 @@
|
||||||
#include <sys/wait.h>
|
#include <sys/wait.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
|
|
||||||
/* Init */
|
/* Init */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user