tests/lib/common.c: add missing includes
[babeltrace.git] / tests / lib / common.c
index 8c2829a365eb7f6e90f4a63c8fa583cdd7936f4c..3f418e6d3b9d408fcab6bd2e032c947b0bee131b 100644 (file)
@@ -19,6 +19,8 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
+#include <unistd.h>
+#include <stdio.h>
 #include <babeltrace/compat/dirent.h>
 #include <babeltrace/compat/limits.h>
 #include <sys/stat.h>
This page took 0.02309 seconds and 4 git commands to generate.