client-c  0.8.1
posix_platform.h
Go to the documentation of this file.
1 
17 /*
18 posix_platform.h
19  Created on: Jan 15, 2015
20  Author: Andriy Panasenko <apanasenko@cybervisiontech.com>
21 */
22 
23 #ifndef POSIX_PLATFORM_H_
24 #define POSIX_PLATFORM_H_
25 
26 #include <time.h>
27 #include <stdarg.h>
28 #include <string.h>
29 #include <stdio.h>
30 #include <stdint.h>
31 
32 #endif /* POSIX_PLATFORM_H_ */