diff options
author | Matthias Koenig | 2007-04-03 16:06:55 +0200 |
---|---|---|
committer | Karel Zak | 2007-04-04 12:43:39 +0200 |
commit | 0df2f5d5aa1b3c5bd3acb544535ec129d2405fc4 (patch) | |
tree | b5349582c9fd019a752be72e6c9f9db8deef2e83 /tests/helpers | |
parent | misc-utils: add scriptreplay manpage (diff) | |
download | kernel-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')
-rw-r--r-- | tests/helpers/mnt_test_sysinfo.c | 1 |
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> |