ports/audio/ncmpcpp/files/patch-src_window.h
Thomas Zander dca9c94809 Update to upstream version 0.7.0-b1
PR:		204499
Submitted by:	yamagi@yamagi.org (maintainer)
2015-11-15 16:21:01 +00:00

13 lines
212 B
C

--- src/window.h.orig 2015-11-04 20:01:29 UTC
+++ src/window.h
@@ -23,7 +23,9 @@
#include "config.h"
+#define _XOPEN_SOURCE_EXTENDED
#include "curses.h"
+
#include "gcc.h"
#include <boost/optional.hpp>