mirror of
https://github.com/paxed/dgamelaunch.git
synced 2025-07-31 01:24:43 +02:00
compile on NetBSD
This commit is contained in:
parent
d996f40af2
commit
673255a5d0
@ -66,14 +66,14 @@
|
|||||||
# include <sqlite3.h>
|
# include <sqlite3.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __FreeBSD__
|
#if defined(__FreeBSD__)
|
||||||
# ifdef __APPLE__
|
|
||||||
# include <unistd.h>
|
|
||||||
# else
|
|
||||||
# include <crypt.h>
|
|
||||||
# endif
|
|
||||||
#else
|
|
||||||
# include <libutil.h>
|
# include <libutil.h>
|
||||||
|
#elif defined(__NetBSD__)
|
||||||
|
# include <util.h>
|
||||||
|
#elif defined(__APPLE__)
|
||||||
|
# include <unistd.h>
|
||||||
|
#else
|
||||||
|
# include <crypt.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
|
Loading…
x
Reference in New Issue
Block a user