summaryrefslogtreecommitdiff
path: root/src/gc/unix
diff options
context:
space:
mode:
authorSean Gillespie <segilles@microsoft.com>2017-09-06 16:12:25 -0700
committerGitHub <noreply@github.com>2017-09-06 16:12:25 -0700
commit9f38303221294f45740feefc1b6ddf72347ff882 (patch)
tree73665a3f46c09d48943d3cb5cf4423b793515a22 /src/gc/unix
parent03ef5b4cf46ba6b276706bf65fd76caf636f72cb (diff)
downloadcoreclr-9f38303221294f45740feefc1b6ddf72347ff882.tar.gz
coreclr-9f38303221294f45740feefc1b6ddf72347ff882.tar.bz2
coreclr-9f38303221294f45740feefc1b6ddf72347ff882.zip
Vendor the volatile.h header into src/gc/env for the standalone GC build (#13656)
* Vendor the volatile.h header into src/gc/env for the standalone GC build * Repair the GC sample * Remove some unneeded defines (fixes the sample build)
Diffstat (limited to 'src/gc/unix')
-rw-r--r--src/gc/unix/gcenv.unix.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gc/unix/gcenv.unix.cpp b/src/gc/unix/gcenv.unix.cpp
index c176c4a350..f564b28239 100644
--- a/src/gc/unix/gcenv.unix.cpp
+++ b/src/gc/unix/gcenv.unix.cpp
@@ -14,6 +14,7 @@
#include "gcenv.base.h"
#include "gcenv.os.h"
#include "gcenv.unix.inl"
+#include "volatile.h"
#if HAVE_SYS_TIME_H
#include <sys/time.h>