summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fe8e8fd)
raw | patch | inline | side by side (parent: fe8e8fd)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 27 Dec 2009 19:02:34 +0000 (20:02 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 27 Dec 2009 19:02:34 +0000 (20:02 +0100) |
diff --git a/src/hscroll.h b/src/hscroll.h
index b3047b5c4d5d39bdc39c6462b4024b2bbb7ce53d..6d32b84b0b14aa16516628b9e1c7b664456a2fdb 100644 (file)
--- a/src/hscroll.h
+++ b/src/hscroll.h
#ifndef HSCROLL_H
#define HSCROLL_H
+#include "config.h"
+
#include <glib.h>
#ifdef HAVE_NCURSESW_NCURSES_H
diff --git a/src/resolver.c b/src/resolver.c
index f6f1c8984836e108658ae4a31f29558887129bb3..6898bedda9f96f2989e2d9fac9db724b48be6954 100644 (file)
--- a/src/resolver.c
+++ b/src/resolver.c
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "resolver.h"
#include <netdb.h>
diff --git a/src/screen_browser.c b/src/screen_browser.c
index b11c48da91b590a4fbb408b576173666991f8d1f..6bc224210ea783110bc16cb8ee62abad02ac9828 100644 (file)
--- a/src/screen_browser.c
+++ b/src/screen_browser.c
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+#include "config.h"
#include "screen_browser.h"
#include "screen_file.h"
#include "screen_song.h"
diff --git a/src/screen_interface.h b/src/screen_interface.h
index ca8b783e85b0965d1d1e7f29be170b9dc0151cad..7a8fdc604cf0a0439ff3debce15fbadd463320b6 100644 (file)
--- a/src/screen_interface.h
+++ b/src/screen_interface.h
#ifndef NCMPC_SCREEN_INTERFACE_H
#define NCMPC_SCREEN_INTERFACE_H
+#include "config.h"
#include "command.h"
#include <stdbool.h>
diff --git a/src/song_paint.h b/src/song_paint.h
index 9136fba89c875a884aa8786dac9f475cde326f16..86cdfd9780842c5a33a12ce331ff4563bec24478 100644 (file)
--- a/src/song_paint.h
+++ b/src/song_paint.h
#ifndef NCMPC_SONG_PAINT_H
#define NCMPC_SONG_PAINT_H
+#include "config.h"
+
#include <stdbool.h>
#ifdef HAVE_NCURSESW_NCURSES_H
diff --git a/src/window.h b/src/window.h
index e2edeb2f1432132996f0e10f10d498766c450ded..e66c808890abea7c102fb28c6f619796620ec720 100644 (file)
--- a/src/window.h
+++ b/src/window.h
#ifndef NCMPC_WINDOW_H
#define NCMPC_WINDOW_H
+#include "config.h"
+
#ifdef HAVE_NCURSESW_NCURSES_H
#include <ncursesw/ncurses.h>
#else