X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=discover%2Fparser-utils.h;h=107f4f3ab02c6bba935e09b4552e72faf7cb5ed0;hp=fe28b7bd74d7adfd100f011649fdbf27f17aca24;hb=c62667e5c78ea212e5ac49244e9792954a1d8f71;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)))