diff options
Diffstat (limited to 'flashrom.c')
-rw-r--r-- | flashrom.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ #include <stdlib.h> #include <getopt.h> #include "flash.h" +#include "flashchips.h" char *chip_to_probe = NULL; int exclude_start_page, exclude_end_page; |