ports/sysutils/cfengine-devel/files/patch-libenv_sysinfo.h
Cy Schubert 9b557757b0 sysutils/cfengine-devel: Include missing patches
Include patches missed in c3e20983b789.

Fixes:		c3e20983b789
2023-12-06 07:17:02 -08:00

9 lines
215 B
C

--- libenv/sysinfo.h.orig 2023-12-04 08:49:45.000000000 -0800
+++ libenv/sysinfo.h 2023-12-05 21:21:51.352396000 -0800
@@ -40,4 +40,5 @@
JsonElement* GetUserInfo(const void *passwd);
+#include <pcre.h>
#endif