include <unistd.h> in errmsg.h for exit()
This commit is contained in:
parent
72382af11a
commit
112a38b9bb
2
errmsg.h
2
errmsg.h
@ -6,6 +6,8 @@
|
|||||||
#else
|
#else
|
||||||
#define __attribute__(x)
|
#define __attribute__(x)
|
||||||
#endif
|
#endif
|
||||||
|
/* for exit(): */
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
/* These use file descriptor 2, not buffer_2!
|
/* These use file descriptor 2, not buffer_2!
|
||||||
* Call buffer_flush(buffer_2) before calling these! */
|
* Call buffer_flush(buffer_2) before calling these! */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user