From 888252d9a9e7a243735649728c3dff21113f5b72 Mon Sep 17 00:00:00 2001 From: Seunghun Lee Date: Thu, 4 Aug 2022 17:38:59 +0900 Subject: [PATCH] Add a FIXME comment for later correction. Change-Id: I1ce39cb60fe6d247abd6686015c20491f1d1502a --- examples/tinyds.c | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/tinyds.c b/examples/tinyds.c index 2e6b440..1ba5834 100644 --- a/examples/tinyds.c +++ b/examples/tinyds.c @@ -23,6 +23,7 @@ #include #include +// FIXME Instead of including interfaces, add api for getting modifiers #include #include -- 2.7.4