Explorar el Código

Fix for missing AI_ADDRCONFIG.

master
Richard Nyberg hace 16 años
padre
commit
b854501973
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      btpd/btpd.h

+ 3
- 0
btpd/btpd.h Ver fichero

@@ -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>


Cargando…
Cancelar
Guardar