Explorar el Código
Merge pull request #59 from thmo/missing-include
Missing include (for memset(), strerror()).
ahc_fix_select^2
Adrian Chadd
hace 6 años
committed by
GitHub
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23
Se han
modificado 1 ficheros con
1 adiciones y
0 borrados
-
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> |
|
|
|