fix compilation on old boxes
This commit is contained in:
parent
cb31593d1f
commit
9ffc06c824
1 changed files with 1 additions and 1 deletions
|
@ -4,8 +4,8 @@
|
||||||
* Created on: Sep 23, 2010
|
* Created on: Sep 23, 2010
|
||||||
* Author: sears
|
* Author: sears
|
||||||
*/
|
*/
|
||||||
#include <string.h>
|
|
||||||
#include <stasis/transactional.h>
|
#include <stasis/transactional.h>
|
||||||
|
#include <string.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
Loading…
Reference in a new issue