mirror of
https://github.com/simh/simh.git
synced 2026-01-24 03:17:30 +00:00
Minimize the include file set and their contents to only provide the slirp referenced qemu includes and interfaces.
7 lines
71 B
C
7 lines
71 B
C
#ifndef SYS_TIME_H
|
|
#define SYS_TIME_H
|
|
|
|
#include <time.h>
|
|
|
|
#endif
|