From cf77d1fac55a2b5c711d26b6fff22c68cf52dc72 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 19 Sep 2011 16:12:43 -0400 Subject: [PATCH] rculfhash: comment file inclusion order Signed-off-by: Mathieu Desnoyers --- urcu/rculfhash.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/urcu/rculfhash.h b/urcu/rculfhash.h index d8f2f5f..95fff09 100644 --- a/urcu/rculfhash.h +++ b/urcu/rculfhash.h @@ -21,6 +21,8 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * + * Include this file _after_ including your URCU flavor. */ #include -- 2.34.1