]> source.dussan.org Git - tigervnc.git/commit
Use sys/time.h on Windows as well
authorPierre Ossman <ossman@cendio.se>
Thu, 16 Jan 2020 13:18:08 +0000 (14:18 +0100)
committerPierre Ossman <ossman@cendio.se>
Thu, 16 Jan 2020 13:18:08 +0000 (14:18 +0100)
commit4e58ac18afee2c71e2e5ca56b26042b8c17e3112
tree7569a34a1096f972e10745866af57dab8cfb966d
parentb9b7f68b40f6638b5a1fef202f482889c0a74a4f
Use sys/time.h on Windows as well

Modern MinGW seems to provide this, so simplify things a bit. This also
side steps some of the issue of the windows.h/winsock2.h include
ordering.
common/rfb/Timer.h