From ba57b20d96e9a0090945934976fa434d2a06fbd9 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Fri, 24 Feb 2017 22:42:31 -0500 Subject: [PATCH] wmdots: Include string.h. --- wmdots/wmdots.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmdots/wmdots.c b/wmdots/wmdots.c index f664209..670d538 100644 --- a/wmdots/wmdots.c +++ b/wmdots/wmdots.c @@ -83,7 +83,7 @@ #include #include #include - +#include #include #include #include "master.xpm"