diff options
Diffstat (limited to 'board/ge/common/vpd_reader.h')
-rw-r--r-- | board/ge/common/vpd_reader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ge/common/vpd_reader.h b/board/ge/common/vpd_reader.h index 0c51dc57e90..d32c18da351 100644 --- a/board/ge/common/vpd_reader.h +++ b/board/ge/common/vpd_reader.h @@ -3,7 +3,7 @@ * Copyright 2016 General Electric Company */ -#include "common.h" +#include <linux/types.h> struct vpd_cache; |