Skip to content

Commit fde1369

Browse files
committed
s/ncurses.h/curses.h/
1 parent bd1dd25 commit fde1369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controls/manual_node.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
#include "behaviortree_cpp/controls/manual_node.h"
1515
#include "behaviortree_cpp/action_node.h"
16-
#include <ncurses.h>
16+
#include <curses.h>
1717

1818
namespace BT
1919
{

0 commit comments

Comments
 (0)