summaryrefslogtreecommitdiffstats
path: root/pathd
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2022-04-04 18:02:14 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2022-04-04 18:33:10 +0200
commit5b4f4e626f696f4ab8717beff56f36365d87d7b4 (patch)
tree5645324558a5e8b638f09b84f436843fcceefdab /pathd
parentMerge pull request #10710 from SaiGomathiN/pimv6-showcli (diff)
downloadfrr-5b4f4e626f696f4ab8717beff56f36365d87d7b4.tar.xz
frr-5b4f4e626f696f4ab8717beff56f36365d87d7b4.zip
build: first header *must* be zebra.h or config.h
This has already been a requirement for Solaris, it is still a requirement for some of the autoconf feature checks to work correctly, and it will be a requirement for `-fms-extensions`. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'pathd')
-rw-r--r--pathd/path_ted.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pathd/path_ted.c b/pathd/path_ted.c
index 747744410..270c664da 100644
--- a/pathd/path_ted.c
+++ b/pathd/path_ted.c
@@ -15,10 +15,10 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
-#include "stdlib.h"
-
#include <zebra.h>
+#include <stdlib.h>
+
#include "memory.h"
#include "log.h"
#include "command.h"