util/u_thread.h: Include stdint.h for int64_t definition.
Fixes MinGW build. Trivial.
This commit is contained in:
@@ -27,6 +27,8 @@
|
||||
#ifndef U_THREAD_H_
|
||||
#define U_THREAD_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "c11/threads.h"
|
||||
|
||||
#ifdef HAVE_PTHREAD
|
||||
|
||||
Reference in New Issue
Block a user