include <unistd.h> in errmsg.h for exit()

This commit is contained in:
leitner 2004-07-12 14:05:24 +00:00
parent 72382af11a
commit 112a38b9bb

View File

@ -6,6 +6,8 @@
#else
#define __attribute__(x)
#endif
/* for exit(): */
#include <unistd.h>
/* These use file descriptor 2, not buffer_2!
* Call buffer_flush(buffer_2) before calling these! */