Skip to content

Commit

Permalink
Merge pull request #265 from Calinou/fix-freebsd-build
Browse files Browse the repository at this point in the history
Fix compilation on FreeBSD
  • Loading branch information
richgel999 authored Dec 19, 2021
2 parents 0ba72f4 + 9ecbdaa commit 3755515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encoder/basisu_enc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ namespace basisu
{
QueryPerformanceFrequency(reinterpret_cast<LARGE_INTEGER*>(pTicks));
}
#elif defined(__APPLE__) || defined(__OpenBSD__)
#elif defined(__APPLE__) || defined(__FreeBSD__) || defined(__OpenBSD__)
#include <sys/time.h>
inline void query_counter(timer_ticks* pTicks)
{
Expand Down

0 comments on commit 3755515

Please sign in to comment.