diff options
Diffstat (limited to 'omapip/auth.c')
-rw-r--r-- | omapip/auth.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/omapip/auth.c b/omapip/auth.c index 29fbde16..fa4f47db 100644 --- a/omapip/auth.c +++ b/omapip/auth.c @@ -34,9 +34,11 @@ #ifndef lint static char ocopyright[] = -"$Id: auth.c,v 1.6 2006/06/01 20:23:17 dhankins Exp $ Copyright 2004 Internet Systems Consortium."; +"$Id: auth.c,v 1.7 2007/05/19 18:47:15 dhankins Exp $ Copyright 2004 Internet Systems Consortium."; #endif +#include "dhcpd.h" + #include <omapip/omapip_p.h> OMAPI_OBJECT_ALLOC (omapi_auth_key, omapi_auth_key_t, omapi_type_auth_key) |