diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ouroboros/rib.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ouroboros/rib.h b/include/ouroboros/rib.h index 3a74bee3..9eab6334 100644 --- a/include/ouroboros/rib.h +++ b/include/ouroboros/rib.h @@ -23,7 +23,8 @@ #ifndef OUROBOROS_LIB_RIB_H #define OUROBOROS_LIB_RIB_H -#define RIB_PATH_LEN 128 +#define RIB_PATH_LEN 128 +#define RIB_SEPARATOR "/" #include <sys/types.h> |