ソースを参照

* Fix issue with including sys/uio.h for writev and readv

tags/0.2.7
Vsevolod Stakhov 15年前
コミット
474a08d028
1個のファイルの変更5行の追加0行の削除
  1. 5
    0
      config.h.in

+ 5
- 0
config.h.in ファイルの表示

@@ -142,6 +142,11 @@
#include <sys/file.h>
#endif

/* sys/uio.h */
#ifdef HAVE_SYS_UIO_H
#include <sys/uio.h>
#endif

/* sys/mman */
#ifdef HAVE_SYS_MMAN_H
#include <sys/mman.h>

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