+2007-12-23 Bruno Haible <bruno@clisp.org>
+
+ * tests/test-memmem.c: Include <string.h> first.
+
2007-12-22 Bruno Haible <bruno@clisp.org>
* gnulib-tool (func_create_testdir): Change $auxdir while generating
/*
* 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
#include <config.h>
-#include <stdio.h>
#include <string.h>
+
+#include <stdio.h>
#include <stdlib.h>
#define ASSERT(expr) \