diff options
Diffstat (limited to 'util/flashrom')
-rw-r--r-- | util/flashrom/flash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/flashrom/flash.h b/util/flashrom/flash.h index 3d86836a5a..00b4c808e9 100644 --- a/util/flashrom/flash.h +++ b/util/flashrom/flash.h @@ -30,7 +30,7 @@ #include <stdint.h> #include <stdio.h> -#ifdef __FreeBSD__ +#if defined(__FreeBSD__) #include <machine/cpufunc.h> #define off64_t off_t #define lseek64 lseek |