poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] libpoke/ios-dev-stream.c: Add missing include "pk-utils.h"


From: Mohammad-Reza Nabipoor
Subject: [PATCH] libpoke/ios-dev-stream.c: Add missing include "pk-utils.h"
Date: Tue, 20 Oct 2020 01:29:39 +0330

2020-10-20  Mohammad-Reza Nabipoor  <m.nabipoor@yahoo.com>

        * libpoke/ios-dev-stream.c: Add missing include "pk-utils.h".
---
Sorry! I forgot to add this line :(

 ChangeLog                | 4 ++++
 libpoke/ios-dev-stream.c | 1 +
 2 files changed, 5 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 04e0c5ba..b453e405 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2020-10-20  Mohammad-Reza Nabipoor  <m.nabipoor@yahoo.com>
+
+       * libpoke/ios-dev-stream.c: Add missing include "pk-utils.h".
+
 2020-10-19  Mohammad-Reza Nabipoor  <m.nabipoor@yahoo.com>
 
        * testsuite/poke.mi-json/pk_int.json: Add new line at the end.
diff --git a/libpoke/ios-dev-stream.c b/libpoke/ios-dev-stream.c
index 50b46479..778ece94 100644
--- a/libpoke/ios-dev-stream.c
+++ b/libpoke/ios-dev-stream.c
@@ -27,6 +27,7 @@
 #include "ios.h"
 #include "ios-dev.h"
 #include "ios-buffer.h"
+#include "pk-utils.h"
 
 #define IOS_STDIN_HANDLER       ("<stdin>")
 #define IOS_STDOUT_HANDLER      ("<stdout>")
-- 
2.28.0



reply via email to

[Prev in Thread] Current Thread [Next in Thread]