Including header pthread.h on request of Mats Andersson for OpenBSD

This commit is contained in:
Thomas Schmitt 2011-05-12 12:04:43 +00:00
parent a058e24375
commit e9637067f8
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2011.05.01.144546" #define Cdrskin_timestamP "2011.05.12.120503"

View File

@ -12,6 +12,7 @@
#include "libburn.h" #include "libburn.h"
#include "toc.h" #include "toc.h"
#include "structure.h" #include "structure.h"
#include <pthread.h>
struct burn_drive; struct burn_drive;
struct command; struct command;