瀏覽代碼

Merge pull request #59 from thmo/missing-include

Missing include (for memset(), strerror()).
ahc_fix_select^2
Adrian Chadd 6 年之前
committed by GitHub
父節點
當前提交
fc57283a65
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      src/timer.c

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


Loading…
取消
儲存