mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00

... by referencing all autogenerated headers relative to the root directory. (90% of the changes here is `version.h`.) Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
4 lines
128 B
C
4 lines
128 B
C
#include "lib/compiler.h"
|
|
CPP_NOTICE("Trying to include version.h. Please fix to use lib/version.h.")
|
|
#include "lib/version.h"
|