diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-02-12 20:26:20 +1300 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2006-02-12 20:26:20 +1300 |
commit | 5ebe625399d5116e222d6389434f645e906265ec (patch) | |
tree | 91a48ae6564ed891a23b1f5de2f630185fd0b39d /protocols/http_client.c | |
parent | a323a22773714a19254db34156500a67e5916451 (diff) | |
parent | 58bc4e69967a8feec0a60dfab716985191c12817 (diff) |
Merge
Diffstat (limited to 'protocols/http_client.c')
-rw-r--r-- | protocols/http_client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/http_client.c b/protocols/http_client.c index 51424e1c..9417e200 100644 --- a/protocols/http_client.c +++ b/protocols/http_client.c @@ -26,9 +26,9 @@ #include <string.h> #include <stdio.h> -#include "sock.h" #include "http_client.h" #include "url.h" +#include "sock.h" static void http_connected( gpointer data, int source, GaimInputCondition cond ); |