libpurple/protocols/zephyr/internal.h

changeset 23315
934db4b32b9f
parent 15435
4b933b06d75e
child 28067
086aa4d8d4a4
equal deleted inserted replaced
23314:f9ed181439a4 23315:934db4b32b9f
1
2 #ifndef __INTERNAL_H__ 1 #ifndef __INTERNAL_H__
3 #define __INTERNAL_H__ 2 #define __INTERNAL_H__
4 3
5 #include <sysdep.h> 4 #include <sysdep.h>
6 5
7 #include <zephyr.h> 6 #ifdef LIBZEPHYR_EXT
7 #include <zephyr/zephyr.h>
8 #else
9 #include <zephyr_internal.h>
10 #endif
11
8 #ifndef WIN32 12 #ifndef WIN32
9 #include <netdb.h> 13 #include <netdb.h>
10 #endif 14 #endif
11 15
12 16

mercurial