pkgsrc-wip/kea/patches/patch-src_bin_agent_agent__...

22 lines
621 B
LLVM

$NetBSD$
* put io_adress.h first so that map from net/if.h on solaris won't confict
with std::map on illumos
--- src/bin/agent/agent_lexer.ll.orig 2019-11-19 14:50:43.000000000 +0000
+++ src/bin/agent/agent_lexer.ll
@@ -9,12 +9,12 @@
/* Generated files do not make clang static analyser so happy */
#ifndef __clang_analyzer__
+#include <asiolink/io_address.h>
#include <cerrno>
#include <climits>
#include <cstdlib>
#include <string>
#include <agent/parser_context.h>
-#include <asiolink/io_address.h>
#include <boost/lexical_cast.hpp>
#include <exceptions/exceptions.h>
#include <cc/dhcp_config_error.h>