diff options
Diffstat (limited to 'test/unistd/tst-preadwrite.c')
| -rw-r--r-- | test/unistd/tst-preadwrite.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/test/unistd/tst-preadwrite.c b/test/unistd/tst-preadwrite.c index 281044858..66a1c0aa3 100644 --- a/test/unistd/tst-preadwrite.c +++ b/test/unistd/tst-preadwrite.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <error.h> @@ -44,7 +43,7 @@ extern int do_test (int argc, char *argv[]); #define TIMEOUT 20 /* sec */ /* This defines the `main' function and some more. */ -#include <test-skeleton.c> +#include "../test-skeleton.c" /* These are for the temporary file we generate. */ char *name; |
