Added ifdef SOLARIS to allow errno.h and strings.h to be included (needed for errno and bzero
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user