Fixed build error in r2r_checker (#357)
author최종헌/Common Platform Lab(SR)/Engineer/삼성전자 <j-h.choi@samsung.com>
Mon, 27 Dec 2021 08:13:25 +0000 (17:13 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 27 Dec 2021 08:13:25 +0000 (17:13 +0900)
Change-Id: Ib79facf6ff87e8c6edc17d1acc300c1775236bb7

NativeLauncher/tool/r2r_checker.cc

index c5b5b63..c2847b0 100644 (file)
@@ -15,6 +15,7 @@
  */
 
 #include <fcntl.h>
+#include <unistd.h>
 #include <stdio.h>
 #include <sys/mman.h>
 #include <sys/stat.h>