diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2004-04-13 21:48:16 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2004-04-13 21:48:16 +0000 |
commit | 1d54d563165f38692bbea30882290ed58a25e63c (patch) | |
tree | 98c5b47b5774e4a7e194dc0e81f5b28e02834e39 | |
parent | 71ca3a86dc0feb2c7f267a36a07a9002d16eb49a (diff) |
Add missing #include. Found by Stefan Paletta.
ok henning@ ho@
-rw-r--r-- | sbin/isakmpd/if.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/isakmpd/if.c b/sbin/isakmpd/if.c index ab67ae42f01..ab6cd66bcc2 100644 --- a/sbin/isakmpd/if.c +++ b/sbin/isakmpd/if.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if.c,v 1.17 2004/03/19 14:04:43 hshoexer Exp $ */ +/* $OpenBSD: if.c,v 1.18 2004/04/13 21:48:15 hshoexer Exp $ */ /* $EOM: if.c,v 1.12 1999/10/01 13:45:20 niklas Exp $ */ /* @@ -42,6 +42,7 @@ #include "sysdep.h" #include "log.h" +#include "monitor.h" #include "if.h" #ifndef HAVE_GETIFADDRS |