Skip to content
Unverified Commit a5386213 authored by aszlig's avatar aszlig
Browse files

monkeys-audio: Fix build against GCC 6.x

Regression introduced by 1ded0cb2

.

The package defines macros for min() and max(), but those macros are
undefined by the inclusion of stdlib.h since GCC 6.x, so we need to
change tho order of inclusions to include stdlib.h *before* NoWindows.h.

Signed-off-by: default avataraszlig <aszlig@redmoonstudios.org>
parent 13ab95f7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment