From b1f9e491b318f7ad114accd17cc5b628751f98b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ya=C4=9F=C4=B1z=20Zengin?= Date: Fri, 2 Aug 2024 18:04:41 +0300 Subject: [PATCH] pmt: fix wrong include --- jni/listpart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jni/listpart.c b/jni/listpart.c index 4718544..ba049a5 100755 --- a/jni/listpart.c +++ b/jni/listpart.c @@ -25,7 +25,7 @@ extern "C" { #define INC_DIRENT #include -#include +#include /* current /dev context */ #define CUR_DEV_CNTX "/dev/block/by-name"