diff options
author | David Lamparter <equinox@diac24.net> | 2019-06-12 20:18:12 +0200 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2019-06-13 13:35:33 +0200 |
commit | 2618a52ed307ffe62f45fb345fa5d90a631fc4f6 (patch) | |
tree | e4de811dfe49ac12e8d6ba52b604b2f6beb1f159 /lib/frrlua.c | |
parent | bgpd: fix clang format warning (diff) | |
download | frr-2618a52ed307ffe62f45fb345fa5d90a631fc4f6.tar.xz frr-2618a52ed307ffe62f45fb345fa5d90a631fc4f6.zip |
*: config.h or zebra.h is the first #include
This is mostly relevant for Solaris, where config.h sets up some #define
that affect overall header behaviour, so it needs to be before anything
else.
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'lib/frrlua.c')
-rw-r--r-- | lib/frrlua.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/frrlua.c b/lib/frrlua.c index b7d8eea6e..26610556d 100644 --- a/lib/frrlua.c +++ b/lib/frrlua.c @@ -20,7 +20,6 @@ * with FRR; see the file COPYING. If not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include <stdio.h> #include <zebra.h> |