瀏覽代碼
Merge pull request #59 from thmo/missing-include
Missing include (for memset(), strerror()).
ahc_fix_select^2
Adrian Chadd
6 年之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 4AEE18F83AFDEB23
共有
1 個檔案被更改,包括
1 行新增 和
0 行删除
-
src/timer.c
|
|
@@ -36,6 +36,7 @@ |
|
|
|
#include <stdio.h> |
|
|
|
#include <stdlib.h> |
|
|
|
#include <sys/time.h> |
|
|
|
#include <string.h> |
|
|
|
|
|
|
|
#include <generic_types.h> |
|
|
|
#include <list.h> |
|
|
|