mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-02 23:01:25 +00:00
Compiling with ethernet support requires etherdefs.h in certain places (#354)
This commit is contained in:
@@ -66,6 +66,10 @@ void Mouse_hndlr(void); /* Fields mouse events from driver */
|
||||
#include "osmsgdefs.h"
|
||||
#include "xwinmandefs.h"
|
||||
|
||||
#ifdef MAIKO_ENABLE_ETHERNET
|
||||
#include "etherdefs.h"
|
||||
#endif /* MAIKO_ENABLE_ETHERNET */
|
||||
|
||||
#include "dbprint.h"
|
||||
#if (defined(DOS) || defined(XWINDOW))
|
||||
#include "devif.h"
|
||||
|
||||
Reference in New Issue
Block a user