Skip to content

Commit

Permalink
attempting to fix cython compilation errors with msvc timeofday
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-dixon committed Aug 5, 2024
1 parent 1239aca commit b522a2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/clientserver/udaDefines.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ extern "C" {

#if defined(_WIN32)
# if !defined(__MINGW32__)
#include <winsock2.h>
LIBRARY_API int gettimeofday(struct timeval* tp, struct timezone* tzp);
# endif
#endif
Expand Down

0 comments on commit b522a2a

Please sign in to comment.