X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=dccp_send.c;h=3509d5d88a5e18f00089885ae7be41b8207e1b17;hp=4394b33bf2c5707f1895716de490c3bafda12ece;hb=74d8b443aba528dc65af874a81c53be26aaace9e;hpb=cb6d1dfb9e4067229a4bbde0abd05784d97ef14b diff --git a/dccp_send.c b/dccp_send.c index 4394b33b..3509d5d8 100644 --- a/dccp_send.c +++ b/dccp_send.c @@ -12,6 +12,7 @@ */ #include "para.h" +#include "error.h" #include "afh.h" #include "server.h" #include "net.h" @@ -19,7 +20,6 @@ #include "vss.h" #include "send.h" #include "dccp.h" -#include "error.h" #include "string.h" #include "fd.h" #include "close_on_fork.h"