diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2021-03-16 14:03:34 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-16 14:03:34 -0400 |
| commit | 3406c16cbeecafb400cc2155a1ca9f9504c95b4e (patch) | |
| tree | 7853ddaa015a1542723f925b863d4440d9ff3529 /pathd/path_pcep_debug.h | |
| parent | 30643d6f314c8b5462073b2382c799b7966528e8 (diff) | |
| parent | 749714731ee9a59ae39be77e7db3915ce3ad0bd8 (diff) | |
Merge pull request #7963 from volta-networks/feat_pceplib_into_frr_github
pceplib: Integrate pcelib into frr
Diffstat (limited to 'pathd/path_pcep_debug.h')
| -rw-r--r-- | pathd/path_pcep_debug.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pathd/path_pcep_debug.h b/pathd/path_pcep_debug.h index 68b29ab657..5a504e4e1a 100644 --- a/pathd/path_pcep_debug.h +++ b/pathd/path_pcep_debug.h @@ -20,8 +20,8 @@ #define _PATH_PCEP_DEBUG_H_ #include "pathd/path_debug.h" -#include <pcep_pcc_api.h> -#include <pcep-objects.h> +#include "pceplib/pcep_pcc_api.h" +#include "pceplib/pcep_msg_objects.h" #include "pathd/path_pcep.h" #include "pathd/path_pcep_controller.h" #include "pathd/path_pcep_pcc.h" |
