From: Ben Pfaff Date: Thu, 21 Jun 2012 17:42:20 +0000 (-0700) Subject: odp-util: Include first. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bed69b3e61de1728e731bcefca2370de52c30d14;p=openvswitch 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 --- 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