X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=client.c;h=2159117e7cbff55b04e38d1ab167482419546680;hp=4c4806f928950919d0d763a02104e5d93f316796;hb=d1e7875caba9aface190dab0de394435a80edd21;hpb=36ec2a43a7d9c085f16544e282a439cdbaec1e00 diff --git a/client.c b/client.c index 4c4806f9..2159117e 100644 --- a/client.c +++ b/client.c @@ -35,8 +35,8 @@ __printf_2_3 void (*para_log)(int, const char*, ...) = stderr_log; #ifdef HAVE_READLINE #include "interactive.h" -#include "server_completion.h" -#include "afs_completion.h" +#include "server.completion.h" +#include "afs.completion.h" struct exec_task { struct task *task;