Add platform support for DragonflyBSD.

Simply adds a define required for awesomewm to work on the BSDs.

Signed-off-by: Edward O'Callaghan <eocallaghan@auroraux.org>
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Edward O'Callaghan 2012-05-21 14:27:21 +10:00 committed by Uli Schlachter
parent 1acc818cec
commit dd7d3ed6a1

View file

@ -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