1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/emulators/frodo/files/patch-CmdPipe.cpp
Steve Price 056ec53999 Frodo version 4.1.
Emulates a Commodore 64.

PR:           5329
Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org>
1998-02-21 21:24:41 +00:00

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>