diff options
Diffstat (limited to 'lib/frrlua.c')
| -rw-r--r-- | lib/frrlua.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/frrlua.c b/lib/frrlua.c index 15fda79201..57288e6676 100644 --- a/lib/frrlua.c +++ b/lib/frrlua.c @@ -26,6 +26,9 @@ #include "frrlua.h" #include "log.h" #include "buffer.h" +#include "frrscript.h" + +/* Lua stuff */ /* * FRR convenience functions. |
