1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-25 19:46:21 +00:00

Fix missing includes in ldeether.c (#351)

This commit is contained in:
Nick Briggs
2021-02-13 09:07:21 -08:00
committed by GitHub
parent 3a55f1d132
commit 1116ee7b60

View File

@@ -19,11 +19,13 @@ int main(int argc, char *argv[]) { return (0); }
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#ifdef USE_DLPI
#include <sys/stream.h>
#include <sys/stropts.h>
#include <sys/pfmod.h>
#include "dlpidefs.h"
#if defined(SVR4) && !defined(OS5)
char *devices[] = {"emd0", "emd1", "emd2", "emd3", "emd4", 0};