forked from pool/util-linux
13 lines
407 B
Diff
13 lines
407 B
Diff
Index: util-linux-ng-2.12r+git20070330/tests/helpers/mnt_test_sysinfo.c
|
|
===================================================================
|
|
--- util-linux-ng-2.12r+git20070330.orig/tests/helpers/mnt_test_sysinfo.c
|
|
+++ util-linux-ng-2.12r+git20070330/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>
|