From 0342e13a321efbf3b8841eda30869eebe4e62bba Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Mon, 21 Jan 2013 23:11:07 -0500 Subject: Fix test-udev.c to build and work on a uclibc system Two issues are addressed: 1) Makefile.am has to provide config.h information on HAVE_UNSHARE to test-udev.c. 2) MS_PRIVATE and MS_REC are defined in which must be directly included on a uclibc system because of different header stackings. Its inclusion makes no difference on a glibc system. Signed-off-by: Anthony G. Basile Signed-off-by: Ian Stakenvicius --- test/test-udev.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test/test-udev.c') diff --git a/test/test-udev.c b/test/test-udev.c index 26e173de63..ba5daf7242 100644 --- a/test/test-udev.c +++ b/test/test-udev.c @@ -31,6 +31,7 @@ #include #include #include +#include #include "udev.h" -- cgit v1.2.3-54-g00ecf