use extern C in Systime header

This commit is contained in:
Stephen Birarda 2014-04-10 11:30:20 -07:00
parent 885cee28c5
commit ea8f0df17d

View file

@ -15,8 +15,12 @@
#include <winsock2.h>
extern "C" {
int __cdecl gettimeofday(struct timeval *__restrict__, void *__restrict__);
}
#endif
#endif // hifi_Systime_h