diff options
Diffstat (limited to 'libc/src/stdio/gpu/feof.cpp')
| -rw-r--r-- | libc/src/stdio/gpu/feof.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libc/src/stdio/gpu/feof.cpp b/libc/src/stdio/gpu/feof.cpp index dee1e3841e63..4a8a17332a0a 100644 --- a/libc/src/stdio/gpu/feof.cpp +++ b/libc/src/stdio/gpu/feof.cpp @@ -8,10 +8,11 @@ #include "src/stdio/feof.h" #include "file.h" +#include "src/__support/macros/config.h" #include "hdr/types/FILE.h" -namespace LIBC_NAMESPACE { +namespace LIBC_NAMESPACE_DECL { LLVM_LIBC_FUNCTION(int, feof, (::FILE * stream)) { int ret; @@ -23,4 +24,4 @@ LLVM_LIBC_FUNCTION(int, feof, (::FILE * stream)) { return ret; } -} // namespace LIBC_NAMESPACE +} // namespace LIBC_NAMESPACE_DECL |
