This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
btpd
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix for missing AI_ADDRCONFIG.
master
Richard Nyberg
16 years ago
parent
3df0820c8e
commit
b854501973
1 changed files
with
3 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
btpd/btpd.h
+ 3
- 0
btpd/btpd.h
View File
@@ -9,6 +9,9 @@
#include <netinet/in.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <netdb.h>
#ifndef AI_ADDRCONFIG
#define AI_ADDRCONFIG 0
#endif
#include <assert.h>
#include <assert.h>
#include <errno.h>
#include <errno.h>
Write
Preview
Loading…
Cancel
Save