qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 09/11] configure: Fix compile warning in utimens


From: Stefan Weil
Subject: Re: [Qemu-devel] [PATCH 09/11] configure: Fix compile warning in utimensat/futimens test
Date: Wed, 18 Jul 2012 17:48:55 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:13.0) Gecko/20120615 Thunderbird/13.0.1

Am 18.07.2012 16:10, schrieb Peter Maydell:
Fix compile warning in the utimensat/futimens test ("implicit
declaration of function 'utimensat'", ditto futimens) by
adding a missing include.

Signed-off-by: Peter Maydell <address@hidden>
---
  configure |    1 +
  1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/configure b/configure
index 9c2a84d..638e486 100755
--- a/configure
+++ b/configure
@@ -2341,6 +2341,7 @@ cat > $TMPC << EOF
  #define _ATFILE_SOURCE
  #include <stddef.h>
  #include <fcntl.h>
+#include <sys/stat.h>
int main(void)
  {

Reviewed-by: Stefan Weil <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]