$OpenBSD: patch-src_rl_addons_renderPM_gt1_gt1-misc_h,v 1.2 2021/12/07 10:43:03 sthen Exp $

Index: src/rl_addons/renderPM/gt1/gt1-misc.h
--- src/rl_addons/renderPM/gt1/gt1-misc.h.orig
+++ src/rl_addons/renderPM/gt1/gt1-misc.h
@@ -4,7 +4,7 @@
 #define __GT1_MISC_H__
 
 #include <stdlib.h> /* for malloc, etc. */
-#if defined(macintosh) || defined(__APPLE__) || defined (__linux__) || defined(__FreeBSD_kernel__) || defined(__GNU__)
+#if defined(macintosh) || defined(__APPLE__) || defined (__linux__) || defined(__FreeBSD_kernel__) || defined(__GNU__) || defined(__OpenBSD__)
 #	include <string.h> /* for memcpy() */
 #endif
 
