mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 17:42:20 +00: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"
|