From: Pierre-Marc Fournier Date: Fri, 12 Mar 2010 00:04:01 +0000 (-0500) Subject: switch from kcompat lists to urcu lists X-Git-Tag: v0.4~16 X-Git-Url: http://git.lttng.org/?p=ust.git;a=commitdiff_plain;h=22d9080d680ccc515346b26eaed46f990af817b7 switch from kcompat lists to urcu lists --- 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"