From 4f86f1b0fd560ad5fd0c4577cca0e4a84876c899 Mon Sep 17 00:00:00 2001 From: nick black Date: Thu, 12 Aug 2021 19:14:57 -0400 Subject: [PATCH] 1K stars! --- doc/HISTORY.md | 1 + src/lib/internal.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/HISTORY.md b/doc/HISTORY.md index 0a8ca477f..181d48f27 100644 --- a/doc/HISTORY.md +++ b/doc/HISTORY.md @@ -1,5 +1,6 @@ # History +* 2021-08-12: One thousand Github stars! https://www.youtube.com/watch?v=ROlKx7PG6sY * 2021-07-29: Notcurses [2.3.12 "drop a gem on 'em"](https://github.com/dankamongmen/notcurses/releases/tag/v2.3.12) is added to [Homebrew](https://github.com/Homebrew/homebrew-core/pull/82112). * 2021-07-12: OS X support is added during the 2.3.10 development period, with lots of help from Michael Bradley Jr. (@michaelsbradleyjr). * The [Notcurses III video](https://www.youtube.com/watch?v=dcjkezf1ARY) tears it up. diff --git a/src/lib/internal.h b/src/lib/internal.h index f91793c3e..940035c79 100644 --- a/src/lib/internal.h +++ b/src/lib/internal.h @@ -7,8 +7,8 @@ extern "C" { #include "version.h" #include "builddef.h" -#include "notcurses/notcurses.h" #include "compat/compat.h" +#include "notcurses/notcurses.h" #include // needed for some definitions, see terminfo(3ncurses) #include