stweil / OSXvnc

VNC Server for macOS
GNU General Public License v3.0
203 stars 67 forks source link

fixed includes in vncauth.c #29

Closed pinhead84 closed 6 years ago

pinhead84 commented 6 years ago

As we've discussed in issue #27 I've fixed an issue with two include directives in vncauth.c. Xcode complained about this. I had to change these includes in order to avoid compilation errors.

According to your comment I've also changed the order of the directives.