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>
|
||||
# endif
|
||||
#endif
|
||||
#ifdef SOLARIS
|
||||
# include <errno.h>
|
||||
# include <strings.h>
|
||||
#endif
|
||||
#include "lcd.h"
|
||||
#include "bayrad.h"
|
||||
#include "drv_base.h"
|
||||
|
||||
Reference in New Issue
Block a user