From: Yu Watanabe Date: Tue, 4 Dec 2018 08:18:21 +0000 (+0100) Subject: ip-protocol-list: sort headers X-Git-Tag: v240~141^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b403758ce0e02da69a32d6d695f5f8c6754558e6;p=thirdparty%2Fsystemd.git ip-protocol-list: sort headers --- diff --git a/src/shared/ip-protocol-list.c b/src/shared/ip-protocol-list.c index f0c4ddae2d5..aa675ea10b2 100644 --- a/src/shared/ip-protocol-list.c +++ b/src/shared/ip-protocol-list.c @@ -5,9 +5,9 @@ #include "alloc-util.h" #include "ip-protocol-list.h" +#include "macro.h" #include "parse-util.h" #include "string-util.h" -#include "macro.h" static const struct ip_protocol_name* lookup_ip_protocol(register const char *str, register GPERF_LEN_TYPE len);