diff options
| author | Donald Lee <dlqs@gmx.com> | 2021-07-14 05:41:29 +0800 |
|---|---|---|
| committer | Donald Lee <dlqs@gmx.com> | 2021-07-18 06:32:03 +0800 |
| commit | 8878080b1b5185c45ce1ec6f633d628ca41643ad (patch) | |
| tree | 1577719e64657353f8b378871a592baf5f4e0aac /lib/frrscript.h | |
| parent | 0972af957af79989cad173948d4a9f810a9e7bf2 (diff) | |
lib: Remove ../ include
Signed-off-by: Donald Lee <dlqs@gmx.com>
Diffstat (limited to 'lib/frrscript.h')
| -rw-r--r-- | lib/frrscript.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/frrscript.h b/lib/frrscript.h index 14a922a741..905cda1a95 100644 --- a/lib/frrscript.h +++ b/lib/frrscript.h @@ -25,7 +25,7 @@ #include <lua.h> #include "frrlua.h" -#include "../bgpd/bgp_script.h" +#include "bgpd/bgp_script.h" #ifdef __cplusplus extern "C" { |
