>> #define _GNU_SOURCE >> -#include <stdlib.h> >> +#include <assert.h> >> #include <ctype.h> >> #include <limits.h> >> +#include <regex.h> >> +#include <stdlib.h> > > any reason why stdlib is moved here ?
I put them in alphabetical order instead of random order. Thanks for the comments, I will make the changes. _______________________________________________ lttng-dev mailing list [email protected] http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
