Fix headers
This commit is contained in:
parent
72343fe0cd
commit
870a3a95a7
@ -24,6 +24,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
#include <sys/select.h>
|
||||||
#include <libvchan.h>
|
#include <libvchan.h>
|
||||||
|
|
||||||
int wait_for_vchan_or_argfd_once(libvchan_t *ctrl, int max, fd_set * rdset, fd_set * wrset)
|
int wait_for_vchan_or_argfd_once(libvchan_t *ctrl, int max, fd_set * rdset, fd_set * wrset)
|
||||||
|
@ -25,6 +25,7 @@
|
|||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
//#include "qrexec.h"
|
//#include "qrexec.h"
|
||||||
|
|
||||||
int get_server_socket(const char *socket_address)
|
int get_server_socket(const char *socket_address)
|
||||||
|
Loading…
Reference in New Issue
Block a user