mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
673dbb2b64
Submitted by: andrew clarke <mail@ozzmosis.com>
13 lines
236 B
C
13 lines
236 B
C
*** pcretest.c.orig Wed Jul 5 21:28:01 2006
|
|
--- pcretest.c Fri Jul 7 19:35:47 2006
|
|
***************
|
|
*** 45,50 ****
|
|
--- 45,51 ----
|
|
#include <errno.h>
|
|
|
|
#ifndef _WIN32
|
|
+ #include <sys/time.h>
|
|
#include <sys/resource.h>
|
|
#endif
|
|
|