浏览代码

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 密钥 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>


正在加载...
取消
保存