diff options
| author | Lou Berger <lberger@labn.net> | 2017-08-22 09:01:20 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-22 09:01:20 -0400 |
| commit | 3f543889568e7f267f6f6d1e919eeb31a21ee97f (patch) | |
| tree | 6f330f0e8034c81ccd0777d232c34262df8b715a /lib/imsg.c | |
| parent | 57a553fd9c1eab1adc15ca31af29cbbd67db4dfc (diff) | |
| parent | 19aad877b70501d759b9326e9736aa23ca16d578 (diff) | |
Merge pull request #939 from jbonor/optimization
Optimization
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; |
