Преглед изворни кода
Merge pull request #59 from thmo/missing-include
Missing include (for memset(), strerror()).
ahc_fix_select^2
Adrian Chadd
пре 6 година
committed by
GitHub
No known key found for this signature in database
GPG Key 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> |
|
|
|