If it is removed, the compiler warns: "undefined reference to `FREE'"
Cc: Christophe Varoqui <[email protected]> Cc: device-mapper development <[email protected]> Signed-off-by: Xose Vazquez Perez <[email protected]> --- multipathd/uxclnt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multipathd/uxclnt.c b/multipathd/uxclnt.c index a0d58c3..109a217 100644 --- a/multipathd/uxclnt.c +++ b/multipathd/uxclnt.c @@ -20,7 +20,7 @@ #include "mpath_cmd.h" #include "uxsock.h" -#include <memory.h> +#include "memory.h" #include "defaults.h" #include "vector.h" -- 2.7.4 -- dm-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/dm-devel
