* libltp/lib/forker.c: Include proper header to avoid compiler

warning.
This commit is contained in:
Egor Duda
2001-11-02 20:45:00 +00:00
parent d58f43a1bc
commit 01432054cb
2 changed files with 6 additions and 0 deletions

View File

@ -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;