From 78cc0b0600f946edd16f5fd38e87d05bbb91c164 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Mon, 20 Sep 2004 05:10:28 +0000
Subject: [PATCH] Include strings.h for strtok().

---
 src/conio/cterm.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/conio/cterm.c b/src/conio/cterm.c
index 5f6f1ea657..2721d049db 100644
--- a/src/conio/cterm.c
+++ b/src/conio/cterm.c
@@ -1,4 +1,5 @@
 #include <stdlib.h>
+#include <string.h>
 
 #include <genwrap.h>
 #include <ciolib.h>
-- 
GitLab