freebsd-ports/audio/epos-devel/files/patch-src_epos.h
Volker Stolz c0a88b673c Fix compilation on 4.x
Approved by: maintainer timeout (unpatched for >1 month)
2005-10-19 16:11:30 +00:00

13 lines
197 B
C

$FreeBSD$
--- src/epos.h.orig
+++ src/epos.h
@@ -43,6 +43,7 @@
#include <rx.h>
#else
#ifdef HAVE_REGEX_H
+ #include <sys/types.h>
#include <regex.h>
#else
#include "rx.h"