From: mcaleavya Date: Fri, 19 Feb 2016 21:43:39 +0000 (+0000) Subject: removed include for string.h X-Git-Tag: v0.1.8~9^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=683642be76bf3f32bb110d8fc22b30173a623b95;p=platform%2Fupstream%2Fbcc.git removed include for string.h --- diff --git a/tools/syncsnoop.py b/tools/syncsnoop.py index cc9c1a0..fcbcfa7 100755 --- a/tools/syncsnoop.py +++ b/tools/syncsnoop.py @@ -19,8 +19,6 @@ import ctypes as ct # load BPF program b = BPF(text=""" -#include - struct data_t { u64 ts; };