comparison libpurple/protocols/gg/lib/common.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 44b4e8bd759b
children 6359fde67f4c
comparison
equal deleted inserted replaced
28769:756cfb3d66c1 28770:259bbfb423d4
16 * You should have received a copy of the GNU Lesser General Public 16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this program; if not, write to the Free Software 17 * License along with this program; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301,
19 * USA. 19 * USA.
20 */ 20 */
21
22 #include "libgadu.h"
21 23
22 #ifndef _WIN32 24 #ifndef _WIN32
23 #include <sys/types.h> 25 #include <sys/types.h>
24 #include <sys/ioctl.h> 26 #include <sys/ioctl.h>
25 #include <sys/socket.h> 27 #include <sys/socket.h>
38 #include <stdarg.h> 40 #include <stdarg.h>
39 #include <stdio.h> 41 #include <stdio.h>
40 #include <stdlib.h> 42 #include <stdlib.h>
41 #include <string.h> 43 #include <string.h>
42 #include <unistd.h> 44 #include <unistd.h>
43
44 #include "libgadu.h"
45 45
46 FILE *gg_debug_file = NULL; 46 FILE *gg_debug_file = NULL;
47 47
48 #ifndef GG_DEBUG_DISABLE 48 #ifndef GG_DEBUG_DISABLE
49 49