Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153299895
D16768.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
636 B
Referenced Files
None
Subscribers
None
D16768.diff
View Options
Index: usr.bin/dtc/string.cc
===================================================================
--- usr.bin/dtc/string.cc
+++ usr.bin/dtc/string.cc
@@ -36,6 +36,7 @@
#include <functional>
#include <cstdio>
#include <cstdlib>
+#include <cstring>
#include <ctype.h>
#include <libgen.h>
Index: usr.bin/dtc/util.hh
===================================================================
--- usr.bin/dtc/util.hh
+++ usr.bin/dtc/util.hh
@@ -35,6 +35,9 @@
#ifndef _UTIL_HH_
#define _UTIL_HH_
+#include <memory>
+#include <stdint.h>
+#include <string>
#include <vector>
// If we aren't using C++11, then just ignore static asserts.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 21, 8:18 AM (17 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31899258
Default Alt Text
D16768.diff (636 B)
Attached To
Mode
D16768: Don't depend on implicit header dependencies in dtc
Attached
Detach File
Event Timeline
Log In to Comment