odp-util: Include <config.h> first.
authorBen Pfaff <blp@nicira.com>
Thu, 21 Jun 2012 17:42:20 +0000 (10:42 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 21 Jun 2012 17:42:20 +0000 (10:42 -0700)
commitbed69b3e61de1728e731bcefca2370de52c30d14
treea14a91f21e243fb946128599c089e13ca822aecb
parent3c4a309c65ac2719f837f99a9131990a5575b854
odp-util: Include <config.h> 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 <mhu@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/odp-util.c