From fca86f709de88d9f931f546a4e5662c11e9c78a8 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Sat, 13 Apr 2002 08:41:44 +0000
Subject: [PATCH] Needed string.h for memcpy prototype.

---
 src/xpdev/conwrap.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/xpdev/conwrap.c b/src/xpdev/conwrap.c
index ed6414912d..bb66f4c483 100644
--- a/src/xpdev/conwrap.c
+++ b/src/xpdev/conwrap.c
@@ -10,6 +10,7 @@
 #if defined(__unix__)
 
 #include <stdlib.h>
+#include <string.h>	/* memcpy */
 #include <unistd.h>
 #include <termios.h>
 
-- 
GitLab