From 3bf702b1a914b3867117b74d519c55fa68f4dc28 Mon Sep 17 00:00:00 2001 From: Greg Banks Date: Mon, 3 Jul 2006 15:17:34 +1000 Subject: [PATCH] Include the right header to get xmalloc() declaration. --- support/misc/mountpoint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/misc/mountpoint.c b/support/misc/mountpoint.c index 750b6e8..a72fb92 100644 --- a/support/misc/mountpoint.c +++ b/support/misc/mountpoint.c @@ -4,7 +4,7 @@ */ #include -#include +#include "xcommon.h" #include int -- 2.39.2