id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
954,[TRIVIAL] Cannot include opensync headers without first including opensync.h,ianmartin,,"Lots of headers use OSYNC_EXPORT without #including opensync.h

Any file that includes one of these headers without first including opensync.h breaks.

Files using OSYNC_EXPORT: 
{{{
find . -name '*.h'  |xargs grep -l  OSYNC_EXPORT
}}}

of those files which ones include opensync.h
{{{
 find . -name '*.h'  |xargs grep -l  OSYNC_EXPORT |xargs grep -l opensync.h

.opensync/opensync_list.h
}}}",defect,new,normal,OpenSync 0.40,OpenSync: Application API,0.38,normal,,,
