Re: patch, getting rid of some compiler errors
Sascha Vogt <[email protected]> Fri, 16 Mar 2007 08:31:50 +0100
| Newsgroups | gmane.network.centericq |
|---|---|
| Message-ID | <[email protected]> |
Hi, David Riebenbauer schrieb: >> diff --git a/connwrap/connwrap.c b/connwrap/connwrap.c >> index 9159d85..0aac76d 100644 >> --- a/connwrap/connwrap.c >> +++ b/connwrap/connwrap.c >> @@ -1,12 +1,15 @@ >> #include "connwrap.h" >> >> -#include <netdb.h> >> -#include <string.h> >> -#include <netinet/in.h> >> -#include <errno.h> >> #include <arpa/inet.h> >> +#include <errno.h> >> #include <fcntl.h> >> +#include <netdb.h> >> +#include <netinet/in.h> >> +#include <string.h> >> +#include <stdio.h> >> +#include <stdlib.h> >> #include <sys/time.h> >> +#include <unistd.h> > > The only question I have really is about this part. Any specific > reason to reorder the includes like this? :) The alphabet Greetings -Sascha- _______________________________________________ Cicq mailing list Cicq-xGejAJT2w6wWP6gT/[email protected] http://mailman.linuxpl.org/mailman/listinfo/cicq Questions? Check the FAQ first: http://centericq.de/faq/