diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2021-04-21 11:19:39 +0200 | 
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2021-04-21 15:42:33 +0200 | 
| commit | 09781197b60f60afc3be62f3329d8c97623fc346 (patch) | |
| tree | f79373707cb3b8f25c4519178151f4581ab6fb38 /pimd/pim_main.c | |
| parent | 9219708b1392769bb760eb96aefa39aefa03b282 (diff) | |
build: make builddir include path consistent
... 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>
Diffstat (limited to 'pimd/pim_main.c')
| -rw-r--r-- | pimd/pim_main.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/pimd/pim_main.c b/pimd/pim_main.c index 70c233848a..96132c4425 100644 --- a/pimd/pim_main.c +++ b/pimd/pim_main.c @@ -21,7 +21,7 @@  #include "log.h"  #include "privs.h" -#include "version.h" +#include "lib/version.h"  #include <getopt.h>  #include "command.h"  #include "thread.h" @@ -32,7 +32,7 @@  #include "filter.h"  #include "vty.h"  #include "sigevent.h" -#include "version.h" +#include "lib/version.h"  #include "prefix.h"  #include "plist.h"  #include "vrf.h"  | 
