diff --git a/examples/placeholder/linux/include/MatterCallbacks.h b/examples/placeholder/linux/include/MatterCallbacks.h
index 210dd2b267ee72..a21a3b8bdc9ceb 100644
--- a/examples/placeholder/linux/include/MatterCallbacks.h
+++ b/examples/placeholder/linux/include/MatterCallbacks.h
@@ -52,7 +52,8 @@ TestCommand * GetTargetTest()
     return test.get();
 }
 
-void MatterPostCommandReceivedCallback(const chip::app::ConcreteCommandPath & commandPath)
+void MatterPostCommandReceivedCallback(const chip::app::ConcreteCommandPath & commandPath,
+                                       const chip::Access::SubjectDescriptor & subjectDescriptor)
 {
     auto test = GetTargetTest();
     VerifyOrReturn(test != nullptr && test->isRunning);