errno.h now required in order to compile.

pull/1/head
Michael Brown 2005-05-19 14:49:56 +00:00
parent dd475a9b8c
commit eff1cd867b
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@
#include "stddef.h"
#include "string.h"
#include "io.h"
#include "errno.h"
#include "buffer.h"
/**