Skip to content

Commit

Permalink
Fix missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
Mico Micic committed Jul 15, 2024
1 parent 8c40f77 commit d239b65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/snmp/snmp_stream.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
#include <signal.h>

/* cligen */
#include <cligen/cligen.h>
Expand Down

0 comments on commit d239b65

Please sign in to comment.