Use consistent style for include check

This commit is contained in:
Benny Baumann 2021-03-19 22:38:59 +01:00
parent 53bcc5cbff
commit 70fecb4984
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ in the source distribution for its full text.
// IWYU pragma: begin_exports
#ifdef HAVE_NCURSESW_CURSES_H
#if defined(HAVE_NCURSESW_CURSES_H)
#include <ncursesw/curses.h>
#elif defined(HAVE_NCURSES_NCURSES_H)
#include <ncurses/ncurses.h>