diff options
author | Stef Walter <stef@memberwebs.com> | 2009-10-24 14:10:44 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2009-10-24 14:10:44 +0000 |
commit | e3205e63314fa68426e83f1ffce6e8ac0e81e273 (patch) | |
tree | 175fca3252074974a8c8d74d0b3c76fa80f3b2a7 /common | |
parent | 0af1b01b5ca61422c779b40a9c99cd0b29b40049 (diff) |
Include necessary header
Diffstat (limited to 'common')
-rw-r--r-- | common/snmp-engine.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/snmp-engine.c b/common/snmp-engine.c index baf0f0d..0025d2f 100644 --- a/common/snmp-engine.c +++ b/common/snmp-engine.c @@ -46,6 +46,7 @@ #include <sys/types.h> #include <sys/socket.h> +#include <assert.h> #include <errno.h> #include <unistd.h> #include <syslog.h> |