We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a95287 commit 6cd3dbcCopy full SHA for 6cd3dbc
libc/src/stdio/gpu/file.h
@@ -7,6 +7,8 @@
7
//===----------------------------------------------------------------------===//
8
9
#include "src/__support/RPC/rpc_client.h"
10
+#include "src/__support/common.h"
11
+#include "src/__support/macros/attributes.h"
12
#include "src/__support/macros/config.h"
13
#include "src/string/string_utils.h"
14
libc/src/stdio/gpu/fopen.cpp
@@ -12,6 +12,7 @@
#include "src/stdio/gpu/file.h"
#include "hdr/types/FILE.h"
15
+#include "src/string/memory_utils/inline_memcpy.h"
16
17
namespace LIBC_NAMESPACE_DECL {
18
0 commit comments