2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-14 07:11:32 +00:00

errno.h now required in order to compile.

This commit is contained in:
Michael Brown 2005-05-19 14:49:56 +00:00
parent dd475a9b8c
commit eff1cd867b

View File

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