Merge remote-tracking branch 'qubesos/pr/29'

* qubesos/pr/29:
  Fix qrexec-lib headers
pull/30/head mm_c57f28d8
Marek Marczykowski-Górecki 6 years ago
commit c57f28d8f7
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

@ -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)

@ -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)

Loading…
Cancel
Save