ソースを参照

Fix for missing AI_ADDRCONFIG.

master
Richard Nyberg 15年前
コミット
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>


読み込み中…
キャンセル
保存