silence compiler warning

This commit is contained in:
Sears Russell 2010-03-29 22:28:32 +00:00
parent 6deb34f5b2
commit 8a5bbd9a38

View file

@ -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