[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] xenalyze: fix compilation
commit 8eefacc4095160bf75456ce88821aaffe5b99982 Author: Roger Pau Monne <roger.pau@xxxxxxxxxx> AuthorDate: Mon Oct 23 17:28:32 2017 +0100 Commit: Wei Liu <wei.liu2@xxxxxxxxxx> CommitDate: Wed Oct 25 11:27:01 2017 +0100 xenalyze: fix compilation 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@xxxxxxxxxx> Acked-by: George Dunlap <george.dunlap@xxxxxxxxxx> Release-acked-by: Julien Grall <julien.grall@xxxxxxxxxx> --- tools/xentrace/xenalyze.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/xentrace/xenalyze.c b/tools/xentrace/xenalyze.c index 79bdba7..5768b54 100644 --- 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> -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |