Selaa lähdekoodia

Fix for missing AI_ADDRCONFIG.

master
Richard Nyberg 15 vuotta sitten
vanhempi
commit
b854501973
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. +3
    -0
      btpd/btpd.h

+ 3
- 0
btpd/btpd.h Näytä tiedosto

@@ -9,6 +9,9 @@
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#ifndef AI_ADDRCONFIG
#define AI_ADDRCONFIG 0
#endif

#include <assert.h>
#include <errno.h>


Loading…
Peruuta
Tallenna