Переглянути джерело

Merge pull request #59 from thmo/missing-include

Missing include (for memset(), strerror()).
ahc_fix_select^2
Adrian Chadd 6 роки тому
committed by GitHub
джерело
коміт
fc57283a65
Не вдалося знайти GPG ключ що відповідає даному підпису Ідентифікатор GPG ключа: 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>


Завантаження…
Відмінити
Зберегти