aboutsummaryrefslogtreecommitdiffstats
path: root/nnn.h
diff options
context:
space:
mode:
Diffstat (limited to 'nnn.h')
-rw-r--r--nnn.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/nnn.h b/nnn.h
index 07d6774..cb3b346 100644
--- a/nnn.h
+++ b/nnn.h
@@ -28,6 +28,10 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#pragma once
+
+#include <curses.h>
+
#define CONTROL(c) ((c) ^ 0x40)
/* Supported actions */