All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tester: Add missing include for useful.h
@ 2021-03-16 21:02 Inga Stotland
  2021-03-16 21:45 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: Inga Stotland @ 2021-03-16 21:02 UTC (permalink / raw)
  To: ell

[-- Attachment #1: Type: text/plain, Size: 304 bytes --]

---
 ell/tester.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ell/tester.c b/ell/tester.c
index 5c5386e..ebebc1d 100644
--- a/ell/tester.c
+++ b/ell/tester.c
@@ -35,6 +35,7 @@
 
 #include "log.h"
 #include "private.h"
+#include "useful.h"
 #include "tester.h"
 
 /**
-- 
2.26.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] tester: Add missing include for useful.h
  2021-03-16 21:02 [PATCH] tester: Add missing include for useful.h Inga Stotland
@ 2021-03-16 21:45 ` Denis Kenzior
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2021-03-16 21:45 UTC (permalink / raw)
  To: ell

[-- Attachment #1: Type: text/plain, Size: 237 bytes --]

Hi Inga,

On 3/16/21 4:02 PM, Inga Stotland wrote:
> ---
>   ell/tester.c | 1 +
>   1 file changed, 1 insertion(+)
> 

Ah darn, I forgot to actually amend before pushing.  Sorry about that.

Applied, thanks.

Regards,
-Denis

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-16 21:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-16 21:02 [PATCH] tester: Add missing include for useful.h Inga Stotland
2021-03-16 21:45 ` Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.