Module: kamailio
Branch: master
Commit: ffc0a941d851ab1da6281f35effa5c3b2f51f452
URL:
https://github.com/kamailio/kamailio/commit/ffc0a941d851ab1da6281f35effa5c3…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2016-12-21T21:40:47+01:00
pua_usrloc: updated include file header name
---
Modified: src/modules/pua_usrloc/pua_usrloc.c
---
Diff:
https://github.com/kamailio/kamailio/commit/ffc0a941d851ab1da6281f35effa5c3…
Patch:
https://github.com/kamailio/kamailio/commit/ffc0a941d851ab1da6281f35effa5c3…
---
diff --git a/src/modules/pua_usrloc/pua_usrloc.c b/src/modules/pua_usrloc/pua_usrloc.c
index 3033212..2b843ff 100644
--- a/src/modules/pua_usrloc/pua_usrloc.c
+++ b/src/modules/pua_usrloc/pua_usrloc.c
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* pua_usrloc module - usrloc pua module
*
* Copyright (C) 2006 Voice Sistem S.R.L.
@@ -17,13 +15,10 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
- * History:
- * --------
- * 2006-11-29 initial version (anca)
*/
/*!
@@ -49,7 +44,7 @@
#include "../../core/str.h"
#include "../../core/mem/mem.h"
#include "../../core/pt.h"
-#include "../usrloc/ul_mod.h"
+#include "../usrloc/usrloc_mod.h"
#include "../usrloc/usrloc.h"
#include "../usrloc/ul_callback.h"
#include "../pua/pua_bind.h"