diff --git a/appl/kx/kx.h b/appl/kx/kx.h index 2f0ee9bb0..eb54e9a7f 100644 --- a/appl/kx/kx.h +++ b/appl/kx/kx.h @@ -26,6 +26,7 @@ #include #include #include +#include #include @@ -50,5 +51,5 @@ int copy_encrypted (int fd1, int fd2, des_cblock *iv, RETSIGTYPE childhandler (int); -int get_local_xsocket (unsigned dnr); +int get_local_xsocket (int *num); int connect_local_xsocket (unsigned dnr);