On Mon, Aug 12, 2013 at 06:31:59PM +0200, Jacob Erlbeck wrote: > --- a/include/osmocom/gsm/gsm_utils.h > +++ b/include/osmocom/gsm/gsm_utils.h > @@ -28,6 +28,8 @@ > #include <stddef.h> > #include <stdint.h> > > +#include <osmocom/gsm/gsm_utils.h>
the pragma once/ifndef/define is saving us here. We will fix this properly today.
