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