Skip to content

Commit

Permalink
fix for error: 'usleep' was not declared
Browse files Browse the repository at this point in the history
in this scope
  • Loading branch information
Andrei G committed May 4, 2012
1 parent 11a94cb commit 2b2b6e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/threads/platform/pthreads/ThreadImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#pragma once

#include <pthread.h>
#include <unistd.h>

struct threadOpaque
{
Expand Down

0 comments on commit 2b2b6e0

Please sign in to comment.