aboutsummaryrefslogtreecommitdiff
path: root/Src/replicant/nu/precomp.h
blob: f19fd91ac5352579d3f79bccb8b7bda3e1854cd7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//
//  precomp.h
//  nu
//

#include "foundation/error.h"
#include "foundation/types.h"
#include "foundation/atomics.h"

#include <stdlib.h>
#include <stddef.h>
#include <string.h>

#ifdef WIN32
#include <windows.h>
#else
#include <pthread.h>
#endif //WIN32