* modules/linebreak (Depends-on): Add streq, uniwidth/width.
* NEWS: Document the change.
+2007-09-01 Bruno Haible <bruno@clisp.org>
+
+ * lib/streq.h: Add double-inclusion guard.
+
2007-08-28 Jim Meyering <jim@meyering.net>
Rename mreadlink_with_size to areadlink_with_size.
/* Written by Bruno Haible <bruno@clisp.org>. */
+#ifndef _GL_STREQ_H
+#define _GL_STREQ_H
+
#include <string.h>
/* STREQ allows to optimize string comparison with a small literal string.
(strcmp (s1, s2) == 0)
#endif
+
+#endif /* _GL_STREQ_H */