diff mcabber/connwrap/connwrap.c @ 302:8ca708a0d550

Remove compilation warnings in connwrap library
author Mikael Berthe <mikael@lilotux.net>
date Mon, 11 Jul 2005 21:11:28 +0100
parents f7f07794d2df
children e536ab271584
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>