# HG changeset patch # User Bruno Haible # Date 1198681366 -3600 # Node ID 3453517c439c5878a22005e29e07bb7b4b57d4b4 # Parent aad8160fa3eff32abaa9afc3f87b2d4e43577148 Use standard idioms. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-12-23 Bruno Haible + + * tests/test-memmem.c: Include first. + 2007-12-22 Bruno Haible * gnulib-tool (func_create_testdir): Change $auxdir while generating diff --git a/tests/test-memmem.c b/tests/test-memmem.c --- a/tests/test-memmem.c +++ b/tests/test-memmem.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2004, 2007 Free Software Foundation - * Written by Simon Josefsson + * Written by Bruno Haible and Eric Blake * * 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 @@ -17,8 +17,9 @@ #include +#include + #include -#include #include #define ASSERT(expr) \