diff options
Diffstat (limited to 'libcxx/test/std/depr/depr.c.headers/errno_h.pass.cpp')
-rw-r--r-- | libcxx/test/std/depr/depr.c.headers/errno_h.pass.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/std/depr/depr.c.headers/errno_h.pass.cpp b/libcxx/test/std/depr/depr.c.headers/errno_h.pass.cpp index 985cdc7f5c4..30f8ac05107 100644 --- a/libcxx/test/std/depr/depr.c.headers/errno_h.pass.cpp +++ b/libcxx/test/std/depr/depr.c.headers/errno_h.pass.cpp @@ -11,6 +11,8 @@ #include <errno.h> +#include "test_macros.h" + #ifndef EDOM #error EDOM not defined #endif |