From: Bruno Haible Date: Wed, 26 Dec 2007 15:02:46 +0000 (+0100) Subject: Use standard idioms. X-Git-Tag: v0.1~7911 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=6cb0a37002faab5fd49c77feb823faec55069e86;p=gnulib.git Use standard idioms. --- diff --git a/ChangeLog b/ChangeLog index b4a87cc31..fc6647fba 100644 --- 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 index 935edbbc6..50fdfb81e 100644 --- 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) \