From 9b2c0a5f1b1d13985cc52682c88805ffbd0139ee Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 8 Mar 2010 05:02:38 +0100 Subject: Make it compile on my toolchain... Include stdlib.h to introduce NULL to the compiler. --- src/shared/libosmocore/src/utils.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/shared/libosmocore/src') diff --git a/src/shared/libosmocore/src/utils.c b/src/shared/libosmocore/src/utils.c index 2a73d397..5efb1747 100644 --- a/src/shared/libosmocore/src/utils.c +++ b/src/shared/libosmocore/src/utils.c @@ -2,6 +2,7 @@ #include #include #include +#include #include -- cgit v1.2.3