mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
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:
parent
7c7ceb1444
commit
3ba9eabd86
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue