LibVNC / libvncserver

LibVNCServer/LibVNCClient are cross-platform C libraries that allow you to easily implement VNC server or client functionality in your program.
GNU General Public License v2.0
1.1k stars 482 forks source link

libvncserver/ws_decode: include endian.h in ws_decode.h #500

Closed derekschrock closed 2 years ago

derekschrock commented 2 years ago

When htobe64 is a macro (FreeBSD) not having sys/endian.h in ws_decode.h results in a linker error.

I believe the same block can be removed from websockets.c since it includes ws_decode.h