Hello, Found a tiny little bug in rtqueue.h : #ifndef __ifqueue_h__ #define __ifqueue_h_ should be #ifndef __ifqueue_h__ #define __ifqueue_h__ (two underscores instead of one in the end) Very small error, but at least I managed to get problems from it, so it is of course good if it is fixed. /Anders