changeset 302:8ca708a0d550

Remove compilation warnings in connwrap library
author Mikael Berthe <mikael@lilotux.net>
date Mon, 11 Jul 2005 21:11:28 +0100
parents efcbd3c1ad15
children bb71b5707b00
files mcabber/connwrap/connwrap.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/connwrap/connwrap.c	Mon Jul 11 18:52:29 2005 +0100
+++ b/mcabber/connwrap/connwrap.c	Mon Jul 11 21:11:28 2005 +0100
@@ -1,5 +1,7 @@
 #include "connwrap.h"
 
+#include <stdio.h>
+#include <stdlib.h>
 #include <netdb.h>
 #include <string.h>
 #include <netinet/in.h>