summaryrefslogtreecommitdiff
path: root/src/common/commonbase.h
blob: 0cc509b97f0ccb5a40f9cef2c2ab64058850154e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef INCGUARD_0835dec38b8927b0daeba484a1eb21e7
#define INCGUARD_0835dec38b8927b0daeba484a1eb21e7


#define _POSIX_C_SOURCE 200809L


#ifdef _WIN32
    /* Include stuff from strange systems here to prevent errors as:
     *     winsock2.h: error: #warning Please include winsock2.h before windows.h */
    #include <winsock2.h>
#endif


typedef  unsigned int  uint_t;


#endif /* INCGUARD_0835dec38b8927b0daeba484a1eb21e7 */