mirror of https://github.com/neutrinolabs/xrdp
Fix compilation on OpenBSD
This commit is contained in:
parent
bef2e3b1e4
commit
cd58d14cef
|
@ -24,8 +24,8 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
#include <X11/Xlib.h>
|
||||
#include <sys/select.h>
|
||||
|
||||
Display *g_display = 0;
|
||||
int g_x_socket = 0;
|
||||
|
|
|
@ -10,4 +10,4 @@ tcp_proxy_SOURCES = \
|
|||
|
||||
tcp_proxy_LDADD = \
|
||||
$(top_builddir)/common/libcommon.la \
|
||||
-ldl
|
||||
$(DLOPEN_LIBS)
|
||||
|
|
Loading…
Reference in New Issue