Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148366933
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
Wed, Mar 18, 9:49 AM (10 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29851438
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