mirror of
https://github.com/jorisvink/kore
synced 2025-03-10 04:59:02 -04:00
gettimeofday() requires sys/time.h
This commit is contained in:
parent
67c3bd84ba
commit
5fa964c5c0
@ -14,6 +14,8 @@
|
||||
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
#include <sys/time.h>
|
||||
|
||||
#include <limits.h>
|
||||
|
||||
#include "kore.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user