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 | 899e4095d1b5d3a40114df1a8cd86c6d18dbc9d8 (diff) | |
*: 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 b7d8eea6e8..26610556dc 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> |
