ソースを参照

Fix errno compilation error (found on Ubuntu 14.04)

ahc_fix_select
Ben Simmons 9年前
committed by Ben Simmons
コミット
380ee54380
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      src/conn.c

+ 1
- 0
src/conn.c ファイルの表示

@@ -34,6 +34,7 @@
#include "config.h"

#include <assert.h>
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>


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