1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-08 17:21:20 +00:00

Compiling with ethernet support requires etherdefs.h in certain places (#354)

This commit is contained in:
Nick Briggs
2021-02-13 17:22:27 -08:00
committed by GitHub
parent 64957b508d
commit f019d3ddc2
3 changed files with 11 additions and 0 deletions

View File

@@ -85,6 +85,9 @@ extern int Win_security_p;
#include "testtooldefs.h"
#include "timerdefs.h"
#include "vmemsavedefs.h"
#ifdef MAIKO_ENABLE_ETHERNET
#include "etherdefs.h"
#endif
#ifdef DOS
#define vfork() printf("No forking around here.\n")