diff options
Diffstat (limited to 'usr/src/lib/libsip/common/sip_parse_generic.c')
-rw-r--r-- | usr/src/lib/libsip/common/sip_parse_generic.c | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/usr/src/lib/libsip/common/sip_parse_generic.c b/usr/src/lib/libsip/common/sip_parse_generic.c index 782a69aa76..b8d0ba0200 100644 --- a/usr/src/lib/libsip/common/sip_parse_generic.c +++ b/usr/src/lib/libsip/common/sip_parse_generic.c @@ -20,15 +20,22 @@ */ /* - * Copyright 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright 2007 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ #pragma ident "%Z%%M% %I% %E% SMI" -#include "sip_parse_uri.h" -#include "sip_msg.h" +#include <stdlib.h> +#include <assert.h> +#include <errno.h> +#include <strings.h> +#include <ctype.h> +#include <sip.h> + #include "sip_miscdefs.h" +#include "sip_msg.h" +#include "sip_parse_uri.h" /* * atoi function from a header |