From: Ben Pfaff Date: Thu, 21 Jun 2012 17:42:20 +0000 (-0700) Subject: odp-util: Include first. X-Git-Tag: sliver-openvswitch-1.8.90-0~48^2~327 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=bed69b3e61de1728e731bcefca2370de52c30d14;p=sliver-openvswitch.git 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 0574c9f35..7caab09c5 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