# HG changeset patch # User Ralf Wildenhues # Date 1274764963 -7200 # Node ID f11f73d08233e951f9a5563b2d7b38905f3324dc # Parent bae0f3b1579a6f055eef5e427984b5c8afa8fb41 Add missing include in test-pwrite.c. * tests/test-pwrite.c: Include string.h, for strcmp. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-05-25 Ralf Wildenhues + + Add missing include in test-pwrite.c. + * tests/test-pwrite.c: Include string.h, for strcmp. + 2010-05-24 Bruno Haible * NEWS: Mention requirement for Automake option 'subdir-objects'. diff --git a/tests/test-pwrite.c b/tests/test-pwrite.c --- a/tests/test-pwrite.c +++ b/tests/test-pwrite.c @@ -24,6 +24,7 @@ #include #include #include +#include #include "macros.h"