configure: Fix compile warning in utimensat/futimens test
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 18 Jul 2012 14:10:26 +0000 (15:10 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Tue, 31 Jul 2012 20:06:01 +0000 (20:06 +0000)
commit3014ee001d5da6c8a6e907901def5704947d513a
tree1ccbcef8b37df7e8a7bd44622c63c831bba8b424
parentfea08e0803f9cf2fc888c5b9fc0fd9b93a2272e7
configure: Fix compile warning in utimensat/futimens test

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 <peter.maydell@linaro.org>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
configure