mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
14 lines
298 B
C++
14 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>
|