summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2f34a99)
raw | patch | inline | side by side (parent: 2f34a99)
author | Max Kellermann <max@duempel.org> | |
Wed, 19 Nov 2008 08:45:51 +0000 (09:45 +0100) | ||
committer | Max Kellermann <max@duempel.org> | |
Wed, 19 Nov 2008 08:45:51 +0000 (09:45 +0100) |
screen.h has a check whether to include ncursesw/ncurses.h or
ncurses.h. screen_search.c doesn't need to include it a second time,
and was missing the check.
ncurses.h. screen_search.c doesn't need to include it a second time,
and was missing the check.
src/screen_search.c | patch | blob | history |
diff --git a/src/screen_search.c b/src/screen_search.c
index 277a9e2775c82f4b6151b27703c85a8e9fd4c7a8..b8e7f43d7008451bf7dd67f9676894aba18110bc 100644 (file)
--- a/src/screen_search.c
+++ b/src/screen_search.c
#include <stdlib.h>
#include <string.h>
#include <glib.h>
-#include <ncurses.h>
static const struct {
const char *name;