silence compiler warning
This commit is contained in:
parent
6deb34f5b2
commit
8a5bbd9a38
1 changed files with 2 additions and 0 deletions
|
@ -60,7 +60,9 @@ terms specified in this license.
|
|||
|
||||
#ifndef __stasis_common_h
|
||||
#define __stasis_common_h
|
||||
#ifndef _XOPEN_SOURCE
|
||||
#define _XOPEN_SOURCE 600
|
||||
#endif
|
||||
#include <sys/types.h> // for size_t
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Reference in a new issue