Signed-off-by: Edward O'Callaghan <[email protected]> --- common/util.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/common/util.h b/common/util.h index 920b85f..ce004ed 100644 --- a/common/util.h +++ b/common/util.h @@ -32,7 +32,7 @@ #include <assert.h> #include <stdio.h> -#if !(defined (__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)) +#if !(defined (__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)) || defined (__DragonFly__)) #include <alloca.h> #endif -- 1.7.7.2 -- To unsubscribe, send mail to [email protected].
