blob: 7e7c93bda8fcff61c98da28f2ccec6c549277593 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- src/window.h.orig 2016-04-17 05:41:01 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>
|