emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/alloc.c


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/alloc.c
Date: Sat, 08 Apr 2006 16:43:49 +0000

Index: emacs/src/alloc.c
diff -u emacs/src/alloc.c:1.394 emacs/src/alloc.c:1.395
--- emacs/src/alloc.c:1.394     Sat Apr  8 15:07:34 2006
+++ emacs/src/alloc.c   Sat Apr  8 16:43:49 2006
@@ -23,6 +23,10 @@
 #include <stdio.h>
 #include <limits.h>            /* For CHAR_BIT.  */
 
+#ifdef STDC_HEADERS
+#include <stddef.h>            /* For offsetof, used by PSEUDOVECSIZE. */
+#endif
+
 #ifdef ALLOC_DEBUG
 #undef INLINE
 #endif




reply via email to

[Prev in Thread] Current Thread [Next in Thread]