odp-util: Include <config.h> first.
[sliver-openvswitch.git] / lib / odp-util.c
index 0574c9f..7caab09 100644 (file)
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#include <arpa/inet.h>
 #include <config.h>
+#include <arpa/inet.h>
 #include "odp-util.h"
 #include <errno.h>
 #include <inttypes.h>