]> git.pld-linux.org Git - packages/heartbeat.git/blob - heartbeat.dirty.time.h.patch
fixed a small typo
[packages/heartbeat.git] / heartbeat.dirty.time.h.patch
1 --- stonith/expect.c    
2 +++ stonith/expect.c
3 @@ -38,6 +38,7 @@
4  #include <errno.h>
5  #include <sys/time.h>
6  #include <sys/times.h>
7 +#include <time.h>
8  #ifdef _POSIX_PRIORITY_SCHEDULING
9  #      include <sched.h>
10  #endif
11 --- heartbeat/hb_api.c  
12 +++ heartbeat/hb_api.c  
13 @@ -76,6 +76,7 @@
14  #include <sys/stat.h>
15  #include <sys/time.h>
16  #include <unistd.h>
17 +#include <time.h>
18  
19  static int api_ping_iflist(const struct ha_msg* msg, struct node_info * node
20  ,      struct ha_msg* resp
This page took 0.044118 seconds and 3 git commands to generate.