소스 검색

Merge pull request #59 from thmo/missing-include

Missing include (for memset(), strerror()).
ahc_fix_select^2
Adrian Chadd 6 년 전
committed by GitHub
부모
커밋
fc57283a65
No known key found for this signature in database 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>


불러오는 중...
취소
저장