From 018fae7ff14bc874e8b6fc07f3e5d9cd506748b2 Mon Sep 17 00:00:00 2001
From: Dan Egnor <egnor@ofb.net>
Date: Tue, 23 Apr 2002 00:54:18 +0000
Subject: [PATCH] Add header for memcpy

---
 sys.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys.c b/sys.c
index 60d496d..9f0c155 100644
--- a/sys.c
+++ b/sys.c
@@ -14,6 +14,7 @@
 #include <stdlib.h>
 #include <signal.h>
 #include <setjmp.h>
+#include <string.h>
 
 #ifdef HAVE_SYS_SELECT_H
 #include <sys/select.h>
-- 
GitLab