Fix missing include.

This commit is contained in:
Markus Armbruster 2004-02-29 11:41:26 +00:00
parent d500806bc8
commit b572ec19ad
2 changed files with 2 additions and 0 deletions

View file

@ -41,6 +41,7 @@
#include <signal.h>
#include <errno.h>
#include <string.h>
#include <limits.h>
#include "misc.h"
#include "empthread.h"

View file

@ -44,6 +44,7 @@
#include "optlist.h"
#if !defined(_WIN32)
#include <arpa/inet.h>
#include <sys/socket.h>
#include <sys/wait.h>
#include <sys/time.h>