Added <errno.h>
This commit is contained in:
parent
f22120ab74
commit
c211ee4b13
|
@ -5,6 +5,11 @@
|
|||
|
||||
#include "allobjects.h"
|
||||
|
||||
#include <errno.h>
|
||||
#ifndef errno
|
||||
extern int errno;
|
||||
#endif
|
||||
|
||||
#include <ctype.h>
|
||||
#include <math.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue