mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
Added win32 include for getpid()
svn path=/trunk/icecast/; revision=5681
This commit is contained in:
parent
70ae454647
commit
6a67e82db8
@ -44,6 +44,8 @@
|
||||
#include <libxml/xmlmemory.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
/* For getpid() */
|
||||
#include <process.h>
|
||||
#define snprintf _snprintf
|
||||
#define getpid _getpid
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user