Fix qrexec-lib headers

This commit is contained in:
Gianluca Guida 2017-12-15 20:20:15 +01:00
parent 72343fe0cd
commit 5fbd19e1d6
No known key found for this signature in database
GPG Key ID: 84DB8DBACAF0E999
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#include <stdlib.h>
#include <signal.h>
#include <errno.h>
#include <sys/select.h>
#include <libvchan.h>
int wait_for_vchan_or_argfd_once(libvchan_t *ctrl, int max, fd_set * rdset, fd_set * wrset)

View File

@ -25,6 +25,7 @@
#include <sys/stat.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
//#include "qrexec.h"
int get_server_socket(const char *socket_address)