From bed69b3e61de1728e731bcefca2370de52c30d14 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 21 Jun 2012 10:42:20 -0700 Subject: [PATCH] odp-util: Include first. Otherwise _GNU_SOURCE doesn't get defined early enough and on some systems LLONG_MIN is missing when odp-util.c tries to use it indirectly through token-bucket.h. Reported-by: Michael Hu Signed-off-by: Ben Pfaff --- lib/odp-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/odp-util.c b/lib/odp-util.c index 0574c9f3..7caab09c 100644 --- a/lib/odp-util.c +++ b/lib/odp-util.c @@ -14,8 +14,8 @@ * limitations under the License. */ -#include #include +#include #include "odp-util.h" #include #include -- 2.30.2