Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
sofia-sip
Commits
20f4a539
Commit
20f4a539
authored
May 10, 2006
by
Pekka Pessi
Browse files
Fixed includes in outbound.[hc].
darcs-hash:20060510202847-65a35-4bf4f0b5bb709680fc70544dddd52bf3420efcc3.gz
parent
a5772107
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
libsofia-sip-ua/nua/outbound.c
libsofia-sip-ua/nua/outbound.c
+3
-0
libsofia-sip-ua/nua/outbound.h
libsofia-sip-ua/nua/outbound.h
+1
-5
No files found.
libsofia-sip-ua/nua/outbound.c
View file @
20f4a539
...
...
@@ -51,6 +51,9 @@
#include <sofia-sip/su_uniqueid.h>
#include <sofia-sip/token64.h>
#define SU_LOG (nua_log)
#include <sofia-sip/su_debug.h>
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
...
...
libsofia-sip-ua/nua/outbound.h
View file @
20f4a539
...
...
@@ -34,9 +34,8 @@
*/
#ifndef SU_CONFIG_H
#include <su_config.h>
#include <
sofia-sip/
su_config.h>
#endif
#ifndef NTA_H
#include <sofia-sip/nta.h>
#endif
...
...
@@ -44,9 +43,6 @@
#include <sofia-sip/auth_client.h>
#endif
#define SU_LOG (nua_log)
#include <sofia-sip/su_debug.h>
SOFIA_BEGIN_DECLS
/* ====================================================================== */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment