1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/devel/pcre/files/patch-pcretest.c
Kirill Ponomarev 673dbb2b64 Fix build on 4.x
Submitted by:	andrew clarke <mail@ozzmosis.com>
2006-07-07 09:56:38 +00:00

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