diff options
| author | Mitesh Kanjariya <mitesh@cumulusnetworks.com> | 2017-08-28 18:19:03 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-28 18:19:03 -0700 |
| commit | 09fdc88c8cb0cd4169ae97b652d82f6a174a4041 (patch) | |
| tree | ce312038b12ce5128d375fa075c52ce30cf64207 /lib/imsg.c | |
| parent | 6b3ee3a0b013e580abbce83ae46e4ed2bcf5f7a7 (diff) | |
| parent | 126ee21d2ed9451aefab869c482bb28c6b4f6085 (diff) | |
Merge branch 'master' into dev-master
Diffstat (limited to 'lib/imsg.c')
| -rw-r--r-- | lib/imsg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/imsg.c b/lib/imsg.c index fc62c13734..999ab679b8 100644 --- a/lib/imsg.c +++ b/lib/imsg.c @@ -18,7 +18,7 @@ #include <zebra.h> -#include "openbsd-queue.h" +#include "queue.h" #include "imsg.h" int imsg_fd_overhead = 0; |
