blob: 079d90399605c24e9005ecf26af9b3b33db6a302 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
*** 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>
|