summaryrefslogtreecommitdiff
path: root/usr/src/lib/libsip/common/sip_parse_generic.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libsip/common/sip_parse_generic.h')
-rw-r--r--usr/src/lib/libsip/common/sip_parse_generic.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/usr/src/lib/libsip/common/sip_parse_generic.h b/usr/src/lib/libsip/common/sip_parse_generic.h
index f7fb084f33..5792bee2b0 100644
--- a/usr/src/lib/libsip/common/sip_parse_generic.h
+++ b/usr/src/lib/libsip/common/sip_parse_generic.h
@@ -20,7 +20,7 @@
*/
/*
- * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -33,6 +33,11 @@
extern "C" {
#endif
+#include <sip.h>
+#include <sys/types.h>
+
+#include "sip_msg.h"
+
extern int sip_atoi(_sip_header_t *, int *);
extern int sip_find_token(_sip_header_t *, char);
extern int sip_find_cr(_sip_header_t *);