X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=discover%2Fparser-utils.h;h=107f4f3ab02c6bba935e09b4552e72faf7cb5ed0;hp=fe28b7bd74d7adfd100f011649fdbf27f17aca24;hb=c6a36fdf2fc2e7a1c2bc4c8d16f2a3bb575b5a2f;hpb=7c5e552c210b38a06ed9fbb99418b62e20978666 diff --git a/discover/parser-utils.h b/discover/parser-utils.h index fe28b7b..107f4f3 100644 --- a/discover/parser-utils.h +++ b/discover/parser-utils.h @@ -1,7 +1,7 @@ #ifndef PARSER_UTILS_H #define PARSER_UTILS_H -#include "pb-protocol/pb-protocol.h" +#include "types/types.h" #include "parser.h" #define streq(a,b) (!strcasecmp((a),(b)))