Include <stddef.h>, needed for ptrdiff_t.
authorBruno Haible <bruno@clisp.org>
Mon, 11 Jun 2007 00:17:50 +0000 (00:17 +0000)
committerBruno Haible <bruno@clisp.org>
Mon, 11 Jun 2007 00:17:50 +0000 (00:17 +0000)
ChangeLog
lib/mbiter.h
lib/mbuiter.h

index c3782e339bae20ff6ccc13217e263d790e19fdaa..35cab5e40b4966c0ba95b043c2ad62273344bc92 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-06-10  Bruno Haible  <bruno@clisp.org>
+
+       * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
+       * lib/mbuiter.h: Likewise.
+
 2007-06-10  Bruno Haible  <bruno@clisp.org>
 
        * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
index 5fa8c233fefeab079be8b6b4b6b858dfb0006b8e..0fc3c1890c2e5c97f0432716db6b2e20bcc61b12 100644 (file)
@@ -85,6 +85,7 @@
 
 #include <assert.h>
 #include <stdbool.h>
+#include <stddef.h>
 #include <string.h>
 
 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
index e6ad4887e80cdcddd3ec0399ba9a47dc4dc42504..c4ceddbe649258aef3764e9b186f9914ec7ef08d 100644 (file)
@@ -92,6 +92,7 @@
 
 #include <assert.h>
 #include <stdbool.h>
+#include <stddef.h>
 #include <stdlib.h>
 #include <string.h>