14 lines
265 B
C
14 lines
265 B
C
|
|
$FreeBSD$
|
|
|
|
--- oRTP/src/scheduler.h 2002/12/30 08:15:08 1.1
|
|
+++ oRTP/src/scheduler.h 2002/12/30 08:15:16
|
|
@@ -20,6 +20,8 @@
|
|
#ifndef SCHEDULER_H
|
|
#define SCHEDULER_H
|
|
|
|
+#include <pthread.h>
|
|
+
|
|
#include "rtpsession.h"
|
|
#include "rtptimer.h"
|
|
#include "sessionset.h"
|