eio: fix build error
authorYeongjong Lee <yj34.lee@samsung.com>
Mon, 6 Aug 2018 02:59:14 +0000 (11:59 +0900)
committerYeongjong Lee <yj34.lee@samsung.com>
Mon, 6 Aug 2018 03:06:16 +0000 (12:06 +0900)
Change-Id: If290f40638c70567fd22b40e4809af20525316ec

TC/eio/Makefile
TC/eio/utc_eio.c

index 65610858160ce27e6b7c04a7c8e8673c3b6e32f3..0ddeb49893fe60b60c3cc351455c9a73376d634c 100644 (file)
@@ -2,7 +2,7 @@ CC ?= gcc
 
 C_FILES = $(shell cat tslist)
 
-PKGS = eina eet eio ecore check
+PKGS = eina eet eio ecore ecore-file check
 
 LDFLAGS = `pkg-config --libs $(PKGS)`
 
index b504e1a47baae9bbdd0a0c7138cfcec56f2ec95f..4dcd78d3e53b37cb36285e30ad832240401f0187 100644 (file)
@@ -1,4 +1,5 @@
 #include <check.h>
+#include <stdio.h>
 #include "utc_eio.h"
 #include "../utc_negative_unitest.h"