diff options
author | Simon Josefsson <simon@josefsson.org> | 2005-11-14 17:15:25 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2005-11-14 17:15:25 +0000 |
commit | 538017951aaa242fe48da940cf05fd8b51bb7964 (patch) | |
tree | 5e230385b32a65cf75b71f414770c2c2868d3889 /src | |
parent | 791fadd9eb701ad25597c9f39f108a9c2de41221 (diff) | |
download | gnutls-538017951aaa242fe48da940cf05fd8b51bb7964.tar.gz |
Include config.h first. Tiny patch from Albert Chin <gnutls-dev@mlists.thewrittenword.com>.
Diffstat (limited to 'src')
-rw-r--r-- | src/serv.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/serv.c b/src/serv.c index a547ea0f99..83ceb7b965 100644 --- a/src/serv.c +++ b/src/serv.c @@ -24,6 +24,8 @@ * (which means it is quite unreadable) */ +#include "common.h" +#include "serv-gaa.h" #include <stdio.h> #include <stdlib.h> #include <errno.h> @@ -31,11 +33,8 @@ #include <string.h> #include <gnutls/gnutls.h> #include <gnutls/extra.h> -#include "common.h" -#include "serv-gaa.h" #include <sys/time.h> #include <fcntl.h> -#include <config.h> #include <list.h> /* konqueror cannot handle sending the page in multiple |