freebsd-ports/lang/rexx-regina/files/patch-regutil_regini.c
Kurt Jaeger f1e794db90 lang/rexx-regina: 3.8.2 -> 3.9.1
- submitter becomes maintainer
- Makefile tidied, and passes portlint -C
- rc.d file corrected; now passes rclint
- port now installs documentation (PDF), not previously included
- added DOCS option, controlling installation of above
- files in /usr/local/share now in directories that actually match the
  name of the port

PR:		212242
Submitted by:	bob@eager.cx
2016-08-29 18:37:40 +00:00

10 lines
196 B
C

--- regutil/regini.c.orig 2014-10-30 04:54:43 UTC
+++ regutil/regini.c
@@ -26,6 +26,7 @@
#endif
#include "regutil.h"
+#include </usr/include/strings.h>
#ifdef _WIN32
# include <windows.h>