Uh, it's <stdlib.h> and not <unistd.h>
This commit is contained in:
parent
112a38b9bb
commit
155762ce19
2
errmsg.h
2
errmsg.h
@ -7,7 +7,7 @@
|
||||
#define __attribute__(x)
|
||||
#endif
|
||||
/* for exit(): */
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
/* These use file descriptor 2, not buffer_2!
|
||||
* Call buffer_flush(buffer_2) before calling these! */
|
||||
|
Loading…
x
Reference in New Issue
Block a user