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"