X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-pwrite.c;h=0139391dc0fe6904d50d85e85ba540c2477ef8b9;hb=eaf3751f256eaaff1774848dcaa7d942464179be;hp=549be10801e5ba5d0ad34d4e3fbc4ce8ec3ed198;hpb=34ccc0097f0161afab82df3025b342d98ad63f01;p=gnulib.git diff --git a/tests/test-pwrite.c b/tests/test-pwrite.c index 549be1080..0139391dc 100644 --- a/tests/test-pwrite.c +++ b/tests/test-pwrite.c @@ -1,5 +1,5 @@ /* Test the pwrite function. - Copyright (C) 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2009-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -24,6 +24,7 @@ SIGNATURE_CHECK (pwrite, ssize_t, (int, const void *, size_t, off_t)); #include #include #include +#include #include "macros.h"