Kaynağa Gözat
Merge pull request #59 from thmo/missing-include
Missing include (for memset(), strerror()).
ahc_fix_select^2
Adrian Chadd
6 yıl önce
committed by
GitHub
ebeveyn
işleme
fc57283a65
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile
1 ekleme ve
0 silme
-
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> |
|
|
|