From 22d9080d680ccc515346b26eaed46f990af817b7 Mon Sep 17 00:00:00 2001 From: Pierre-Marc Fournier Date: Thu, 11 Mar 2010 19:04:01 -0500 Subject: [PATCH] switch from kcompat lists to urcu lists --- include/ust/kernelcompat.h | 1 + include/ust/marker.h | 2 +- libustcomm/ustcomm.h | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/include/ust/kernelcompat.h b/include/ust/kernelcompat.h index 77adebd..b6e85c3 100644 --- a/include/ust/kernelcompat.h +++ b/include/ust/kernelcompat.h @@ -19,6 +19,7 @@ #define KERNELCOMPAT_H #include +#include /* FIXME: libkcompat must not define arch-specific local ops, as ust *must* * fallback to the normal atomic ops. Fix things so we don't add them and diff --git a/include/ust/marker.h b/include/ust/marker.h index 7e935c1..d792b65 100644 --- a/include/ust/marker.h +++ b/include/ust/marker.h @@ -29,7 +29,7 @@ #include //ust// #include #include -#include +#include #include #include diff --git a/libustcomm/ustcomm.h b/libustcomm/ustcomm.h index 87ed322..841d678 100644 --- a/libustcomm/ustcomm.h +++ b/libustcomm/ustcomm.h @@ -20,6 +20,7 @@ #include #include +#include #include "kcompat.h" #include "multipoll.h" -- 2.34.1