From 73da506ee04ec490c5959b45c216a1f8508bec5b Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 16 Aug 2020 20:00:37 -0400 Subject: consistently use <> for standardized headers --- src/term/putp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/term/putp.c') diff --git a/src/term/putp.c b/src/term/putp.c index 6a80fc73..1264f7da 100644 --- a/src/term/putp.c +++ b/src/term/putp.c @@ -1,5 +1,5 @@ #include -#include "curses.h" +#include int putp(const char * str) { -- cgit v1.2.1