diff options
author | Tuan M. Hoang <tmhoang@flatglobe.org> | 2018-02-23 16:41:32 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2018-02-27 19:25:01 +0000 |
commit | 26c865905c6834e6a6ee042ac6b6956d4e797a96 (patch) | |
tree | d689e81679a6d797dce5ea42cfb9bd60892be396 /main/s390-tools/0004-missing-time-header.patch | |
parent | bc6a892eca777c8db4219b78459ae2647a7440c5 (diff) | |
download | aports-26c865905c6834e6a6ee042ac6b6956d4e797a96.tar.bz2 aports-26c865905c6834e6a6ee042ac6b6956d4e797a96.tar.xz |
main/s390-tools: new aport
This package includes bootloader for s390x, thus needs to be in
main
Diffstat (limited to 'main/s390-tools/0004-missing-time-header.patch')
-rw-r--r-- | main/s390-tools/0004-missing-time-header.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/main/s390-tools/0004-missing-time-header.patch b/main/s390-tools/0004-missing-time-header.patch new file mode 100644 index 0000000000..f8787743b9 --- /dev/null +++ b/main/s390-tools/0004-missing-time-header.patch @@ -0,0 +1,24 @@ +diff --git a/mon_tools/mon_procd.c b/mon_tools/mon_procd.c +index 9b52057..d7dbee3 100644 +--- a/mon_tools/mon_procd.c ++++ b/mon_tools/mon_procd.c +@@ -8,6 +8,7 @@ + */ + #include <unistd.h> + #include <sys/vfs.h> ++#include <sys/time.h> + #include <stdlib.h> + #include <stdio.h> + #include <string.h> +diff --git a/ziomon/ziomon_msg_tools.h b/ziomon/ziomon_msg_tools.h +index 383cdd4..1aa16ff 100644 +--- a/ziomon/ziomon_msg_tools.h ++++ b/ziomon/ziomon_msg_tools.h +@@ -10,6 +10,7 @@ + #ifndef ZIOMON_MSG__TOOLS_H + #define ZIOMON_MSG__TOOLS_H + ++#include <time.h> + #include "ziomon_dacc.h" + + void conv_blkiomon_v2_to_v3(struct message *msg); |