Commit df4dbfb2 authored by Daniel Verkamp's avatar Daniel Verkamp
Browse files

bdevio: #include <pthread.h>



Explicitly include the pthread header after removing some headers that
implicitly included it.

Change-Id: I39fe272acfcc63d3888d2430137de2c3426f1af6
Signed-off-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent 02a17e19
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>