projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be7f60b
)
xenalyze: fix compilation
author
Roger Pau Monne
<roger.pau@citrix.com>
Mon, 23 Oct 2017 16:28:32 +0000
(17:28 +0100)
committer
Wei Liu
<wei.liu2@citrix.com>
Wed, 25 Oct 2017 10:27:01 +0000
(11:27 +0100)
Recent changes in xenalyze introduced INT_MIN without also adding the
required header, fix this by adding the header.
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: George Dunlap <george.dunlap@citrix.com>
Release-acked-by: Julien Grall <julien.grall@linaro.org>
tools/xentrace/xenalyze.c
patch
|
blob
|
history
diff --git
a/tools/xentrace/xenalyze.c
b/tools/xentrace/xenalyze.c
index 79bdba7fed1e7b5effd223d69ac9cf54fcd100e0..5768b54f865d4213c06bb59c0c38725db4ef631b 100644
(file)
--- a/
tools/xentrace/xenalyze.c
+++ b/
tools/xentrace/xenalyze.c
@@
-23,6
+23,7
@@
#include <stdlib.h>
#include <argp.h>
#include <inttypes.h>
+#include <limits.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/stat.h>