Include stdlib.h for size_t in case psem.c isn't included.
This commit is contained in:
parent
b4b869e074
commit
f37d5499c7
|
@ -5,6 +5,8 @@
|
|||
* Portable semaphore interface focusing on cross-process use.
|
||||
*/
|
||||
|
||||
#include <stdlib.h> /* size_t */
|
||||
|
||||
#ifdef HAVE_SEM_OPEN
|
||||
#include "psem_posix.h"
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue