bug-gnulib
[Top][All Lists]
Advanced

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

Add missing include in test-pwrite.c.


From: Ralf Wildenhues
Subject: Add missing include in test-pwrite.c.
Date: Sun, 23 May 2010 09:55:13 +0200
User-agent: Mutt/1.5.20 (2009-10-28)

OK?

Thanks,
Ralf

    Add missing include in test-pwrite.c.
    
    * tests/test-pwrite.c: Include string.h, for strcmp.

diff --git a/tests/test-pwrite.c b/tests/test-pwrite.c
index 549be10..ef80eb2 100644
--- a/tests/test-pwrite.c
+++ b/tests/test-pwrite.c
@@ -24,6 +24,7 @@ SIGNATURE_CHECK (pwrite, ssize_t, (int, const void *, size_t, 
off_t));
 #include <sys/types.h>
 #include <fcntl.h>
 #include <errno.h>
+#include <string.h>
 
 #include "macros.h"
 



reply via email to

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