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