diff --git a/src/libpts/pts/pts.c b/src/libpts/pts/pts.c index 118585cce..c770c617f 100644 --- a/src/libpts/pts/pts.c +++ b/src/libpts/pts/pts.c @@ -27,6 +27,10 @@ #include #include +#include +#include +#include + #define PTS_BUF_SIZE 4096 typedef struct private_pts_t private_pts_t;