From 3c50fb2946d860fb129dcbc5812e872cff7ae99b Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Sat, 24 Nov 2018 22:18:59 +0000 Subject: [PATCH] fix atree include --- lib/jsw/jsw_atree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jsw/jsw_atree.c b/lib/jsw/jsw_atree.c index 36a90a7..ff52bcb 100644 --- a/lib/jsw/jsw_atree.c +++ b/lib/jsw/jsw_atree.c @@ -13,7 +13,7 @@ 4) Bug in jsw_aerase: Search for successor should save the path */ -#include "jsw_atree.h" +#include "jsw.h" #include -- 2.40.0