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 /lib/debug.c | |
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 'lib/debug.c')
-rw-r--r-- | lib/debug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/debug.c b/lib/debug.c index a9f18d0c11..ee2e220f86 100644 --- a/lib/debug.c +++ b/lib/debug.c @@ -22,10 +22,10 @@ * */ -#include <stdio.h> -#include <stdlib.h> #include "gnutls_int.h" #include "gnutls_errors.h" +#include <stdio.h> +#include <stdlib.h> #include <gcrypt.h> #ifdef DEBUG |