From 9b177a9e0156bae0a7a01cb15b3afc982dd2582e Mon Sep 17 00:00:00 2001 From: James Booth Date: Thu, 31 Mar 2016 21:05:02 +0100 Subject: Removed #AX_PREFIX_CONFIG_H --- src/ui/window.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/ui/window.c') diff --git a/src/ui/window.c b/src/ui/window.c index f52ebc41..1d95d4cb 100644 --- a/src/ui/window.c +++ b/src/ui/window.c @@ -32,7 +32,7 @@ * */ -#include "prof_config.h" +#include "config.h" #include #include @@ -41,9 +41,9 @@ #include #include -#ifdef PROF_HAVE_NCURSESW_NCURSES_H +#ifdef HAVE_NCURSESW_NCURSES_H #include -#elif PROF_HAVE_NCURSES_H +#elif HAVE_NCURSES_H #include #endif -- cgit 1.4.1-2-gfad0