All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tester: Fix includes
@ 2021-03-17 19:36 Inga Stotland
  2021-03-17 20:44 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: Inga Stotland @ 2021-03-17 19:36 UTC (permalink / raw)
  To: ell

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

Include proper header files, only those that are required.
---
 ell/tester.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/ell/tester.c b/ell/tester.c
index ebebc1d..eedd66b 100644
--- a/ell/tester.c
+++ b/ell/tester.c
@@ -24,6 +24,7 @@
 #include <config.h>
 #endif
 
+#define _GNU_SOURCE
 #include <getopt.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -31,10 +32,12 @@
 
 #include <sys/time.h>
 
-#include <ell/ell.h>
-
+#include "idle.h"
 #include "log.h"
 #include "private.h"
+#include "queue.h"
+#include "time.h"
+#include "timeout.h"
 #include "useful.h"
 #include "tester.h"
 
-- 
2.26.2

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

* Re: [PATCH] tester: Fix includes
  2021-03-17 19:36 [PATCH] tester: Fix includes Inga Stotland
@ 2021-03-17 20:44 ` Denis Kenzior
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2021-03-17 20:44 UTC (permalink / raw)
  To: ell

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

Hi Inga,

On 3/17/21 2:36 PM, Inga Stotland wrote:
> Include proper header files, only those that are required.
> ---
>   ell/tester.c | 7 +++++--
>   1 file changed, 5 insertions(+), 2 deletions(-)
> 

Applied, thanks.

Regards,
-Denis

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

end of thread, other threads:[~2021-03-17 20:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-17 19:36 [PATCH] tester: Fix includes Inga Stotland
2021-03-17 20:44 ` 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.