Date: Fri, 8 Jan 2016 17:13:54 +0800 (PHT)
   From: Paul Goyette <p...@whooppee.com>

   On Fri, 8 Jan 2016, bch wrote:

   > Out of curiousity, I'm trying to use this interface, but getting:
   >
   > /usr/include/sys/ktrace.h:83:20: error: field '_ts' has incomplete type
   >    struct timespec _ts;
   >
   > Does this look familiar to anybody ?

   Perhaps manually include <sys/timespec.h> ?

Shouldn't be necessary.  If <sys/ktrace.h> uses struct timespec, it
should include <sys/timespec.h>.

Reply via email to