Skip to content

Commit

Permalink
isisd: Include header for function declaration
Browse files Browse the repository at this point in the history
isis_handle_pdu is called but not declared for usage
by not including the appropriate header.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
  • Loading branch information
donaldsharp committed Aug 25, 2018
1 parent 18d93bb commit 344b4a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions isisd/isis_bpf.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
#include "isisd/isis_constants.h"
#include "isisd/isis_circuit.h"
#include "isisd/isis_network.h"
#include "isisd/isis_pdu.h"

#include "privs.h"

Expand Down

0 comments on commit 344b4a2

Please sign in to comment.