blob: 0ab80f40698f8e801083ab722048cb289ff9eecf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- 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>
|