1
1

Programs using definitions from iperf_config.h (in particular

HAVE_STDINT_H) need to include that header.

Aftermath of #174.
Этот коммит содержится в:
Bruce A. Mah 2014-05-19 15:33:38 -07:00
родитель b506d6790c
Коммит c110a92d08
2 изменённых файлов: 4 добавлений и 0 удалений

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

@ -1,3 +1,5 @@
#include "iperf_config.h"
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>

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

@ -1,3 +1,5 @@
#include "iperf_config.h"
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>