Added ifdef SOLARIS to allow errno.h and strings.h to be included (needed for errno and bzero

This commit is contained in:
cjdebenh
2001-05-15 03:54:10 +00:00
parent 376803348a
commit a65dd59c94
+4
View File
@@ -25,6 +25,10 @@
# include <time.h> # include <time.h>
# endif # endif
#endif #endif
#ifdef SOLARIS
# include <errno.h>
# include <strings.h>
#endif
#include "lcd.h" #include "lcd.h"
#include "bayrad.h" #include "bayrad.h"
#include "drv_base.h" #include "drv_base.h"