Zandronum Server on FreeBSD: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 62: Line 62:
</pre<noinclude></noinclude>>
</pre<noinclude></noinclude>>


* Append this line after the other <code>#include</code>s near the top of <code>src/sdl/i_system.cpp</code>:
* Append this line after the other <code>#include</code>s near the top of <code>src/sdl/i_system.cpp</code> (see {{Issue|2815|Include <sys/wait.h> in sdl/i_system.cpp}}):
<syntaxhighlight lang="cpp">
<syntaxhighlight lang="cpp">
#include <sys/wait.h>
#include <sys/wait.h>