123456789101112 |
- $OpenBSD: patch-watchdog_wd_ping_c,v 1.2 2015/10/04 20:22:21 benno Exp $
- --- watchdog/wd_ping.c.orig Wed Apr 8 09:59:48 2015
- +++ watchdog/wd_ping.c Sun Jul 5 17:27:43 2015
- @@ -24,6 +24,7 @@
- #include <pthread.h>
- #include <stdio.h>
- #include <errno.h>
- +#include <stdint.h>
- #include <string.h>
- #include <stdlib.h>
- #include <unistd.h>
|