cnping

Minimal Graphical Ping Tool
git clone https://git.sinitax.com/cnlohr/cnping
Log | Files | Refs | Submodules | README | LICENSE | sfeed.txt

commit 4128c288c3bbf4170a6ce7ec6dc2ed83ae7cec8e
parent dc3beffdfa5b79a657756126c5d3a9241c06f97b
Author: D. Auer <dauer@posteo.de>
Date:   Thu,  9 Mar 2017 23:17:59 +0100

Fixed missing include causing warning.

Diffstat:
Mos_generic.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/os_generic.c b/os_generic.c @@ -159,6 +159,7 @@ void OGDeleteSema( og_sema_t os ) #include <pthread.h> #include <sys/time.h> #include <semaphore.h> +#include <unistd.h> pthread_mutex_t g_RawMutexStart = PTHREAD_MUTEX_INITIALIZER;