X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=client.c;fp=client.c;h=f53147f1c8d6f1ae03cac62496c6fcf1aae65847;hb=32a81d7eecfa5c8585d7095631ff2cd8b7b1bf7a;hp=e0c978261980b01759fbe66d6d55f2bb541a82fc;hpb=144c8da3fb211847623e6d258b4c1f55112e2779;p=paraslash.git diff --git a/client.c b/client.c index e0c97826..f53147f1 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;