|
@@ -1,6 +1,8 @@
|
|
|
/*
|
|
|
* $Id$
|
|
|
*
|
|
|
+ * Copyright (C) 2006 Andreas Granig <[email protected]>
|
|
|
+ *
|
|
|
* This file is part of Kamailio, a free SIP server.
|
|
|
*
|
|
|
* Kamailio is free software; you can redistribute it and/or modify
|
|
@@ -31,7 +33,7 @@
|
|
|
#include "../../parser/msg_parser.h"
|
|
|
#include "../../parser/hf.h"
|
|
|
#include "../../mem/mem.h"
|
|
|
-#include "option-tags.h"
|
|
|
+#include "parse_option_tags.h"
|
|
|
|
|
|
#define get_require(p_msg) \
|
|
|
((p_msg)->require ? ((struct option_tag_body*)(p_msg)->require->parsed)->option_tags_all : 0)
|