diff options
-rw-r--r-- | libdimension/progress-impl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libdimension/progress-impl.h b/libdimension/progress-impl.h index bfb74f6..e9bfac6 100644 --- a/libdimension/progress-impl.h +++ b/libdimension/progress-impl.h @@ -26,6 +26,8 @@ #ifndef DIMENSION_IMPL_PROGRESS_H #define DIMENSION_IMPL_PROGRESS_H +#include <pthread.h> + /** Allocate a new progress object. */ dmnsn_progress *dmnsn_new_progress(void); |