From a8ef501f8a174ef7eb96baa1803e1ad58e703831 Mon Sep 17 00:00:00 2001
From: Jonathan McDowell <noodles@earth.li>
Date: Tue, 21 Sep 2004 13:07:38 +0000
Subject: [PATCH] Compile warning cleanup; add missed include file. cleanup.c
 uses functions prototyped in string.h, so include it.

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

diff --git a/cleanup.c b/cleanup.c
index 32b997a..3a33e60 100644
--- a/cleanup.c
+++ b/cleanup.c
@@ -9,6 +9,7 @@
 #include <signal.h>
 #include <stdbool.h>
 #include <stdlib.h>
+#include <string.h>
 
 #include "cleanup.h"
 #include "keydb.h"
-- 
2.39.5