Changeset 1588


Ignore:
Timestamp:
05/16/10 21:37:18 (3 years ago)
Author:
perry
Message:

Add missing includes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/libtrace_int.h

    r1510 r1588  
    136136#else 
    137137#  include "dagformat.h" 
     138#endif 
     139 
     140#ifdef HAVE_LLVM 
     141#include "bpf-jit/bpf-jit.h" 
    138142#endif 
    139143 
     
    970974        char * filterstring;            /**< The filter string */ 
    971975        int flag;                       /**< Indicates if the filter is valid */ 
     976        struct bpf_jit_t *jitfilter; 
    972977}; 
    973978#else 
Note: See TracChangeset for help on using the changeset viewer.