All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] liblx: fix fstat() build warning
@ 2010-08-02  4:04 Zhigang Wang
  2010-08-02  4:13 ` [PATCH] liblx: fix fstat() build warning - please ignore Zhigang Wang
  0 siblings, 1 reply; 2+ messages in thread
From: Zhigang Wang @ 2010-08-02  4:04 UTC (permalink / raw)
  To: Xen-devel; +Cc: Zhigang Wang

# HG changeset patch
# User Zhigang Wang <zhigang.x.wang@oracle.com>
# Date 1280719211 -28800
# Node ID 21855d1dd84ebfc8eb8b276b0dcb898cac888098
# Parent  3263d0ff9476f574961a3975897fe33601253b56
liblx: fix fstat() build warning.

Signed-off-by: Zhigang Wang <zhigang.x.wang@oracle.com>

diff -r 3263d0ff9476 -r 21855d1dd84e tools/libxl/libxl.c
--- a/tools/libxl/libxl.c	Thu Jul 29 16:53:40 2010 +0100
+++ b/tools/libxl/libxl.c	Mon Aug 02 11:20:11 2010 +0800
@@ -20,6 +20,7 @@
 #include <string.h>
 #include <stdlib.h>
 #include <sys/types.h>
+#include <sys/stat.h>
 #include <fcntl.h>
 #include <sys/select.h>
 #include <sys/mman.h>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-08-02  4:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-02  4:04 [PATCH] liblx: fix fstat() build warning Zhigang Wang
2010-08-02  4:13 ` [PATCH] liblx: fix fstat() build warning - please ignore Zhigang Wang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.