summaryrefslogtreecommitdiff
path: root/erts/emulator/test/erl_drv_thread_SUITE_data/rwlock.c
diff options
context:
space:
mode:
Diffstat (limited to 'erts/emulator/test/erl_drv_thread_SUITE_data/rwlock.c')
-rw-r--r--erts/emulator/test/erl_drv_thread_SUITE_data/rwlock.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/erts/emulator/test/erl_drv_thread_SUITE_data/rwlock.c b/erts/emulator/test/erl_drv_thread_SUITE_data/rwlock.c
index 98d0162b55..9c1b242007 100644
--- a/erts/emulator/test/erl_drv_thread_SUITE_data/rwlock.c
+++ b/erts/emulator/test/erl_drv_thread_SUITE_data/rwlock.c
@@ -18,6 +18,7 @@
*/
#include "testcase_driver.h"
+#include <stdio.h>
#ifdef __WIN32__
#include <windows.h>
@@ -25,6 +26,7 @@
#include <unistd.h>
#endif
#include <errno.h>
+#include <stdio.h>
#define NO_OF_THREADS 17