* libltp/lib/forker.c: Include proper header to avoid compiler
warning.
This commit is contained in:
parent
d58f43a1bc
commit
01432054cb
|
@ -1,3 +1,8 @@
|
|||
2001-11-02 Egor Duda <deo@logos-m.ru>
|
||||
|
||||
* libltp/lib/forker.c: Include proper header to avoid compiler
|
||||
warning.
|
||||
|
||||
2001-10-29 Egor Duda <deo@logos-m.ru>
|
||||
|
||||
* winsup.api/ltp/stat03.c: Supress compiler warning.
|
||||
|
|
|
@ -114,6 +114,7 @@
|
|||
#include <errno.h>
|
||||
#include <unistd.h> /* fork, getpid, sleep */
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include "forker.h"
|
||||
|
||||
extern int errno;
|
||||
|
|
Loading…
Reference in New Issue