From 2890fe39bd62a78d4efd161abebe7c12c9ba0d4a Mon Sep 17 00:00:00 2001 From: Fabien Thomas Date: Tue, 16 Oct 2007 13:20:24 +0000 Subject: [PATCH] correct ifdef that must be ifndef because under FreeBSD alloca.h is in stdlib.h git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1468 fd59a12c-fef9-0310-b244-a6a79926bd2f --- exec/totemsrp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec/totemsrp.c b/exec/totemsrp.c index 0a1c37b3..16be30f9 100644 --- a/exec/totemsrp.c +++ b/exec/totemsrp.c @@ -48,7 +48,7 @@ * usage on 1.6ghz xeon from 35% to less then .1 % as measured by top */ -#ifdef OPENAIS_BSD +#ifndef OPENAIS_BSD #include #endif