Uh, it's <stdlib.h> and not <unistd.h>

This commit is contained in:
Felix von Leitner 2004-07-12 14:06:30 +00:00
parent dd63632da8
commit af2e0e944f
1 changed files with 1 additions and 1 deletions

View File

@ -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! */