e_comp: fixed a warning. 39/90039/2
authorGwanglim Lee <gl77.lee@samsung.com>
Wed, 28 Sep 2016 06:08:53 +0000 (15:08 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Wed, 28 Sep 2016 06:09:49 +0000 (15:09 +0900)
Inclusion of xattr.h is also moved to e_comp from e_comp_wl for socket init.

Change-Id: I1dda5334ecc2042aae6f3440b066ca480ea2fa8b

src/bin/e_comp.c
src/bin/e_comp_wl.c

index 08e2d1a..9907d4a 100644 (file)
@@ -1,5 +1,5 @@
 #include "e.h"
-
+#include <sys/xattr.h>
 
 #define OVER_FLOW 1
 //#define SHAPE_DEBUG
index 0a06907..34cd64d 100644 (file)
@@ -6,7 +6,6 @@
 /* handle include for printing uint64_t */
 #define __STDC_FORMAT_MACROS
 #include <inttypes.h>
-#include <sys/xattr.h>
 
 #define COMPOSITOR_VERSION 4