comparison libpurple/protocols/gg/lib/libgadu.c @ 28770:259bbfb423d4

Fix all the remaining files for which internal.h doesn't end up being the first include. This should resolve the warnings on Solaris as reported by aab. Closes #10523.
author Paul Aurich <paul@darkrain42.org>
date Tue, 08 Dec 2009 04:18:32 +0000
parents da33da2e1a1e
children 6359fde67f4c
comparison
equal deleted inserted replaced
28769:756cfb3d66c1 28770:259bbfb423d4
18 * You should have received a copy of the GNU Lesser General Public 18 * You should have received a copy of the GNU Lesser General Public
19 * License along with this program; if not, write to the Free Software 19 * License along with this program; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301,
21 * USA. 21 * USA.
22 */ 22 */
23
24 #include "libgadu.h"
23 25
24 #include <sys/types.h> 26 #include <sys/types.h>
25 #ifndef _WIN32 27 #ifndef _WIN32
26 #include <sys/wait.h> 28 #include <sys/wait.h>
27 #include <sys/socket.h> 29 #include <sys/socket.h>
55 # include <openssl/err.h> 57 # include <openssl/err.h>
56 # include <openssl/rand.h> 58 # include <openssl/rand.h>
57 #endif 59 #endif
58 60
59 #include "compat.h" 61 #include "compat.h"
60 #include "libgadu.h"
61 62
62 int gg_debug_level = 0; 63 int gg_debug_level = 0;
63 void (*gg_debug_handler)(int level, const char *format, va_list ap) = NULL; 64 void (*gg_debug_handler)(int level, const char *format, va_list ap) = NULL;
64 65
65 int gg_dcc_port = 0; 66 int gg_dcc_port = 0;