Просмотр исходного кода

Merge pull request #59 from thmo/missing-include

Missing include (for memset(), strerror()).
ahc_fix_select^2
Adrian Chadd 6 лет назад
committed by GitHub
Родитель
Сommit
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>


Загрузка…
Отмена
Сохранить