Forgot to include the right headers in the security fixes
[synfig.git] / synfig-core / trunk / src / modules / mod_dv / trgt_dv.cpp
index 67bbf95..8c8c4c5 100644 (file)
@@ -36,6 +36,8 @@
 #include <ETL/stringf>
 #include "trgt_dv.h"
 #include <stdio.h>
+#include <sys/types.h>
+#include <unistd.h>
 #include <algorithm>
 #include <functional>
 #include <ETL/clock>