mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
056ec53999
Emulates a Commodore 64. PR: 5329 Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org>
15 lines
298 B
C++
15 lines
298 B
C++
*** CmdPipe.cpp Wed Aug 6 20:56:26 1997
|
|
--- CmdPipe.cpp.neu Fri Sep 5 14:15:37 1997
|
|
***************
|
|
*** 29,34 ****
|
|
--- 29,37 ----
|
|
#if defined(__linux__)
|
|
#include <sys/time.h>
|
|
#endif
|
|
+ #if defined(__FreeBSD__)
|
|
+ #include <sys/time.h>
|
|
+ #endif
|
|
|
|
#include <time.h>
|
|
#include <errno.h>
|