Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148662331
D4434.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
741 B
Referenced Files
None
Subscribers
None
D4434.diff
View Options
Index: lib/libc/stdio/open_memstream.c
===================================================================
--- lib/libc/stdio/open_memstream.c
+++ lib/libc/stdio/open_memstream.c
@@ -31,6 +31,9 @@
#include "namespace.h"
#include <assert.h>
#include <errno.h>
+#ifdef DEBUG
+#include <inttypes.h>
+#endif
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
Index: lib/libc/stdio/open_wmemstream.c
===================================================================
--- lib/libc/stdio/open_wmemstream.c
+++ lib/libc/stdio/open_wmemstream.c
@@ -31,6 +31,9 @@
#include "namespace.h"
#include <assert.h>
#include <errno.h>
+#ifdef DEBUG
+#include <inttypes.h>
+#endif
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 20, 11:24 AM (9 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30014918
Default Alt Text
D4434.diff (741 B)
Attached To
Mode
D4434: Fix compilation when -DDEBUG is defined
Attached
Detach File
Event Timeline
Log In to Comment