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.
|
* Portable semaphore interface focusing on cross-process use.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <stdlib.h> /* size_t */
|
||||||
|
|
||||||
#ifdef HAVE_SEM_OPEN
|
#ifdef HAVE_SEM_OPEN
|
||||||
#include "psem_posix.h"
|
#include "psem_posix.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue