diff options
Diffstat (limited to 'misc.c')
-rw-r--r-- | misc.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -44,6 +44,10 @@ #include "memdbg.h" +#ifdef CONFIG_FEATURE_IPROUTE +const char *iproute_path = IPROUTE_PATH; +#endif + /* Redefine the top level directory of the filesystem to restrict access to files for security */ void |