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
de60388f
Commit
de60388f
authored
Sep 08, 2005
by
Pekka Pessi
Browse files
Fix includes.
darcs-hash:20050908152909-65a35-4927f3e92a2d52affb706933fe69e74100d51aa4.gz
parent
b5d0bc5e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
7 deletions
+9
-7
libsofia-sip-ua/nta/nta.c
libsofia-sip-ua/nta/nta.c
+1
-2
libsofia-sip-ua/sresolv/sresolv.c
libsofia-sip-ua/sresolv/sresolv.c
+7
-4
libsofia-sip-ua/sresolv/sresolv.h
libsofia-sip-ua/sresolv/sresolv.h
+1
-1
No files found.
libsofia-sip-ua/nta/nta.c
View file @
de60388f
...
...
@@ -55,7 +55,6 @@ char const nta_version[] = VERSION;
#include <stdio.h>
#include <stdarg.h>
#include <assert.h>
#include <string0.h>
#include <limits.h>
#include <errno.h>
...
...
@@ -72,7 +71,7 @@ char const nta_version[] = VERSION;
#include <su_tagarg.h>
#include <base64.h>
#include <uniqueid.h>
#include <
su_
uniqueid.h>
#include <sip.h>
#include <sip_header.h>
...
...
libsofia-sip-ua/sresolv/sresolv.c
View file @
de60388f
...
...
@@ -49,16 +49,19 @@ char const sresolv_c_id[] =
#include <errno.h>
#include <fcntl.h>
#include <time.h>
#include <limits.h>
#include <assert.h>
#if !HAVE_SOFIA_SU
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <time.h>
#include <limits.h>
#include <assert.h>
#endif
#include <su_alloc.h>
#include <su_strlst.h>
...
...
libsofia-sip-ua/sresolv/sresolv.h
View file @
de60388f
...
...
@@ -34,7 +34,7 @@
* $Date: 2005/07/20 20:35:54 $
*/
#include <
netinet/in
.h>
#include <
su
.h>
typedef
union
sres_record
sres_record_t
;
typedef
struct
sres_common
sres_common_t
;
...
...
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