aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/vcpkg-test
diff options
context:
space:
mode:
authornicole mazzuca <mazzucan@outlook.com>2020-05-20 10:10:26 -0700
committerGitHub <noreply@github.com>2020-05-20 10:10:26 -0700
commit9d9a50bc9823ca1673019aa18f23d28c7a1d2ff9 (patch)
tree54c5f724a2cc2414dfb1978edeb4dd201b50ba51 /toolsrc/include/vcpkg-test
parent9b4535e7ee7673fb8515d1f4f256990423a0d952 (diff)
downloadvcpkg-9d9a50bc9823ca1673019aa18f23d28c7a1d2ff9.tar.gz
vcpkg-9d9a50bc9823ca1673019aa18f23d28c7a1d2ff9.zip
[vcpkg] fix extern C around ctermid (#11343)
Additionally, move the system_header invocations to their own header file, <vcpkg/base/system_header.h>
Diffstat (limited to 'toolsrc/include/vcpkg-test')
-rw-r--r--toolsrc/include/vcpkg-test/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg-test/util.h b/toolsrc/include/vcpkg-test/util.h
index b6ea4b01d..9321f3fd2 100644
--- a/toolsrc/include/vcpkg-test/util.h
+++ b/toolsrc/include/vcpkg-test/util.h
@@ -1,3 +1,5 @@
+#include <vcpkg/base/system_headers.h>
+
#include <catch2/catch.hpp>
#include <vcpkg/base/pragmas.h>