Ver código fonte

Fix for missing AI_ADDRCONFIG.

master
Richard Nyberg 16 anos atrás
pai
commit
b854501973
1 arquivos alterados com 3 adições e 0 exclusões
  1. +3
    -0
      btpd/btpd.h

+ 3
- 0
btpd/btpd.h Ver arquivo

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


Carregando…
Cancelar
Salvar