summaryrefslogtreecommitdiffstats
path: root/tests/helpers/mnt_test_sysinfo.c
diff options
context:
space:
mode:
authorMatthias Koenig2007-04-03 16:06:55 +0200
committerKarel Zak2007-04-04 12:43:39 +0200
commit0df2f5d5aa1b3c5bd3acb544535ec129d2405fc4 (patch)
treeb5349582c9fd019a752be72e6c9f9db8deef2e83 /tests/helpers/mnt_test_sysinfo.c
parentmisc-utils: add scriptreplay manpage (diff)
downloadkernel-qcow2-util-linux-0df2f5d5aa1b3c5bd3acb544535ec129d2405fc4.tar.gz
kernel-qcow2-util-linux-0df2f5d5aa1b3c5bd3acb544535ec129d2405fc4.tar.xz
kernel-qcow2-util-linux-0df2f5d5aa1b3c5bd3acb544535ec129d2405fc4.zip
tests: add missing header
minor patch, which adds a missing string.h header to mnt_test_sysinfo.c Signed-Off-By: Matthias Koenig <mkoenig@suse.de>
Diffstat (limited to 'tests/helpers/mnt_test_sysinfo.c')
-rw-r--r--tests/helpers/mnt_test_sysinfo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/helpers/mnt_test_sysinfo.c b/tests/helpers/mnt_test_sysinfo.c
index 9bbcefa38..980f14c72 100644
--- a/tests/helpers/mnt_test_sysinfo.c
+++ b/tests/helpers/mnt_test_sysinfo.c
@@ -1,6 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <unistd.h>
#include <limits.h>