about summary refs log tree commit homepage
path: root/ext/raindrops/raindrops.c
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-09-18 06:43:19 +0000
committerEric Wong <normalperson@yhbt.net>2010-09-18 06:59:53 +0000
commitc658a2be7355ceee72736cc17754022dc7abfa9f (patch)
tree7c0e91b92270eca19ba1344f1e666e2c4c98cb96 /ext/raindrops/raindrops.c
parent7a0bb1afb81da3c83f2cc59403826e1f855d3f0d (diff)
downloadraindrops-c658a2be7355ceee72736cc17754022dc7abfa9f.tar.gz
This allows non-GCC 4.x users to experience Raindrops.
Diffstat (limited to 'ext/raindrops/raindrops.c')
-rw-r--r--ext/raindrops/raindrops.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/raindrops/raindrops.c b/ext/raindrops/raindrops.c
index eb4694e..4b6a773 100644
--- a/ext/raindrops/raindrops.c
+++ b/ext/raindrops/raindrops.c
@@ -3,6 +3,7 @@
 #include <assert.h>
 #include <errno.h>
 #include <stddef.h>
+#include "raindrops_atomic.h"
 
 /*
  * most modern CPUs have a cache-line size of 64 or 128.