1
1
Required to avoid implicit declarations of 'signal()' and 'time()'; which
causes compilation to error out while compiling a statically linked binary.
Этот коммит содержится в:
Suresh Sundriyal 2018-01-03 12:00:27 -08:00 коммит произвёл Bruce A. Mah
родитель 1e93fdcf88
Коммит a5e327b442
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -34,6 +34,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <getopt.h>
#include <errno.h>
#include <signal.h>

Просмотреть файл

@ -32,6 +32,7 @@
#include "iperf_config.h"
#include <stdio.h>
#include <signal.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>