From 0df2f5d5aa1b3c5bd3acb544535ec129d2405fc4 Mon Sep 17 00:00:00 2001 From: Matthias Koenig Date: Tue, 3 Apr 2007 16:06:55 +0200 Subject: [PATCH] tests: add missing header minor patch, which adds a missing string.h header to mnt_test_sysinfo.c Signed-Off-By: Matthias Koenig --- tests/helpers/mnt_test_sysinfo.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/helpers/mnt_test_sysinfo.c b/tests/helpers/mnt_test_sysinfo.c index 9bbcefa3..980f14c7 100644 --- a/tests/helpers/mnt_test_sysinfo.c +++ b/tests/helpers/mnt_test_sysinfo.c @@ -1,6 +1,7 @@ #include #include +#include #include #include -- 2.39.5