Skip to content

Commit

Permalink
Remove timeb.h for bsd platforms.
Browse files Browse the repository at this point in the history
  • Loading branch information
tx00100xt committed Dec 24, 2023
1 parent 7ad5b42 commit bf96d97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/GameMP/Game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,

#include "StdAfx.h"
#include "GameMP/Game.h"
#ifndef PLATFORM_FREEBSD
#include <sys/timeb.h>
#endif
#include <time.h>
#include <locale.h>

Expand Down

0 comments on commit bf96d97

Please sign in to comment.