mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-07 17:29:36 +00:00
Fix macOS build (#146)
* Fix macOS build * Fix *BSD build * Add missing *BSD include
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
* because this file defines png_memcpy and so on the base APIs must
|
||||
* be defined here.
|
||||
*/
|
||||
# ifdef BSD
|
||||
# ifdef PLATFORM_BSD
|
||||
# include <strings.h>
|
||||
# else
|
||||
# include <string.h>
|
||||
|
||||
Reference in New Issue
Block a user