comparison libpurple/protocols/gg/lib/events.c @ 29152: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
29151:756cfb3d66c1 29152:259bbfb423d4
17 * You should have received a copy of the GNU Lesser General Public 17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this program; if not, write to the Free Software 18 * License along with this program; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301,
20 * USA. 20 * USA.
21 */ 21 */
22
23 #include "libgadu.h"
22 24
23 #include <sys/types.h> 25 #include <sys/types.h>
24 #ifndef _WIN32 26 #ifndef _WIN32
25 #include <sys/wait.h> 27 #include <sys/wait.h>
26 #include <sys/ioctl.h> 28 #include <sys/ioctl.h>
44 # include <openssl/err.h> 46 # include <openssl/err.h>
45 # include <openssl/x509.h> 47 # include <openssl/x509.h>
46 #endif 48 #endif
47 49
48 #include "compat.h" 50 #include "compat.h"
49 #include "libgadu.h"
50 51
51 /* 52 /*
52 * gg_event_free() 53 * gg_event_free()
53 * 54 *
54 * zwalnia pamięć zajmowaną przez informację o zdarzeniu. 55 * zwalnia pamięć zajmowaną przez informację o zdarzeniu.