emulator: Fix compilation warnings on check_hax.c
authorSeokYeon Hwang <syeon.hwang@samsung.com>
Thu, 24 Jan 2013 10:31:08 +0000 (19:31 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Thu, 24 Jan 2013 10:31:08 +0000 (19:31 +0900)
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
tizen/src/check_hax.c

index af0ec954d50681cff0703be9c6bfa0cd5625cf3e..7c072e3eb5f14e40028d52ebec8d74a8f7cedbc7 100644 (file)
@@ -28,6 +28,7 @@
  */
 
 #include <stdio.h>
+#include <string.h>
 
 #ifdef _WIN32
 #include <stdint.h>