Przeglądaj źródła
Merge pull request #59 from thmo/missing-include
Missing include (for memset(), strerror()).
ahc_fix_select^2
Adrian Chadd
6 lat temu
committed by
GitHub
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z
1 dodań i
0 usunięć
-
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> |
|
|
|