bdevio: #include <pthread.h>
Explicitly include the pthread header after removing some headers that implicitly included it. Change-Id: I39fe272acfcc63d3888d2430137de2c3426f1af6 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
parent
02a17e193e
commit
df4dbfb28c
@ -32,6 +32,7 @@
|
||||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <pthread.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user