* 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>
|
2001-10-29 Egor Duda <deo@logos-m.ru>
|
||||||
|
|
||||||
* winsup.api/ltp/stat03.c: Supress compiler warning.
|
* winsup.api/ltp/stat03.c: Supress compiler warning.
|
||||||
|
@ -114,6 +114,7 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <unistd.h> /* fork, getpid, sleep */
|
#include <unistd.h> /* fork, getpid, sleep */
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <stdlib.h>
|
||||||
#include "forker.h"
|
#include "forker.h"
|
||||||
|
|
||||||
extern int errno;
|
extern int errno;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user