diff options
Diffstat (limited to 'common/options.h')
| -rw-r--r-- | common/options.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/options.h b/common/options.h index 5ed12d39c342..d723a51217bc 100644 --- a/common/options.h +++ b/common/options.h @@ -97,4 +97,8 @@ enum optdisp { NO_DISPLAY, ALL_DISPLAY, CHANGED_DISPLAY, SELECT_DISPLAY }; /* Options array. */ extern OPTLIST const optlist[]; +#ifdef O_PATH +#undef O_PATH /* bits/fcntl-linux.h may have defined O_PATH. */ +#endif + #include "options_def.h" |
