pkgsrc-wip/kea-git/patches/patch-src_bin_d2_d2__lexer.ll

22 lines
562 B
LLVM

$NetBSD$
* put io_adress.h first so that map from net/if.h on solaris won't confict
with std::map
--- src/bin/d2/d2_lexer.ll.orig 2019-11-19 14:50:43.000000000 +0000
+++ src/bin/d2/d2_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 <d2/parser_context.h>
-#include <asiolink/io_address.h>
#include <boost/lexical_cast.hpp>
#include <exceptions/exceptions.h>