소스 검색

Fix for missing AI_ADDRCONFIG.

master
Richard Nyberg 16 년 전
부모
커밋
b854501973
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      btpd/btpd.h

+ 3
- 0
btpd/btpd.h 파일 보기

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


불러오는 중...
취소
저장