summaryrefslogtreecommitdiff
path: root/platform/x11/platform_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/x11/platform_config.h')
-rw-r--r--platform/x11/platform_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/x11/platform_config.h b/platform/x11/platform_config.h
index c01d0aa380..5a333f4a0d 100644
--- a/platform/x11/platform_config.h
+++ b/platform/x11/platform_config.h
@@ -5,7 +5,7 @@
/* GODOT ENGINE */
/* http://www.godotengine.org */
/*************************************************************************/
-/* Copyright (c) 2007-2015 Juan Linietsky, Ariel Manzur. */
+/* Copyright (c) 2007-2016 Juan Linietsky, Ariel Manzur. */
/* */
/* Permission is hereby granted, free of charge, to any person obtaining */
/* a copy of this software and associated documentation files (the */
@@ -29,7 +29,7 @@
#ifdef __linux__
#include <alloca.h>
#endif
-#ifdef __FreeBSD__
+#if defined(__FreeBSD__) || defined(__OpenBSD__)
#include <stdlib.h>
#endif