fixed build error
authorJaeho Lee <jaeho81.lee@samsung.com>
Mon, 25 Mar 2013 01:44:12 +0000 (10:44 +0900)
committerJaeho Lee <jaeho81.lee@samsung.com>
Mon, 25 Mar 2013 01:44:12 +0000 (10:44 +0900)
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
packaging/app-core.spec
src/appcore-efl.c

index 7b2a910..8e48942 100644 (file)
@@ -1,7 +1,7 @@
 Name:       app-core
 Summary:    Application basic
 Version:    1.2
-Release:    41
+Release:    42
 Group:      Application Framework
 License:    Apache License, Version 2.0
 Source0:    app-core-%{version}.tar.gz
index 4ab2360..6f88d85 100755 (executable)
@@ -119,6 +119,10 @@ struct win_node {
 
 static struct ui_wm_rotate wm_rotate;
 
+static inline int send_int(int fd, int val)
+{
+       return write(fd, &val, sizeof(int));
+}
 
 static inline int send_str(int fd, char *str)
 {