Revision: 14942 Author: [email protected] Date: Wed Mar 21 18:51:57 2012 Log: include linux/capability.h to solve issue #90
http://code.google.com/p/lusca-cache/source/detail?r=14942 Modified: /branches/LUSCA_HEAD/libiapp/comm_ips_tproxy4.c ======================================= --- /branches/LUSCA_HEAD/libiapp/comm_ips_tproxy4.c Sun Jun 14 06:30:02 2009 +++ /branches/LUSCA_HEAD/libiapp/comm_ips_tproxy4.c Wed Mar 21 18:51:57 2012 @@ -27,6 +27,8 @@ #endif #endif +#include <linux/capability.h> + #if HAVE_SYS_PRCTL_H #include <sys/prctl.h> #endif -- You received this message because you are subscribed to the Google Groups "lusca-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/lusca-commit?hl=en.
