mirror of
https://github.com/mangosfour/server.git
synced 2025-12-31 22:37:05 +00:00
[7962] Fixed compilation on OpenBSD.
Remove outdated options from configure.ac.
This commit is contained in:
parent
ddda332ca6
commit
dd09e6fdf7
5 changed files with 10 additions and 43 deletions
|
|
@ -23,6 +23,10 @@
|
|||
#include "G3D/debug.h"
|
||||
#include "G3D/format.h"
|
||||
|
||||
#if defined(__OpenBSD__)
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
#ifdef G3D_WIN32
|
||||
|
||||
#include <conio.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue