[Release] wrt_0.8.166 for tizen_2.1 branch
[platform/framework/web/wrt.git] / src / wrt-launchpad-daemon / include / access_control.h
@@ -14,6 +14,9 @@
  *    limitations under the License.
  */
 
+#ifndef __ACCESS_CONTROL_H_
+#define __ACCESS_CONTROL_H_
+
 #ifdef DAC_ACTIVATE
 
 #include <privilege-control.h>
@@ -37,3 +40,5 @@ static inline int __set_access(const char* pkg_name,
 
 #endif
 
+#endif //__ACCESS_CONTROL_H_
+