bug-readline
[Top][All Lists]
Advanced

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

[Bug-readline] [PATCH] Include rlmbutil.h in callback.c.


From: Benjamin Peterson
Subject: [Bug-readline] [PATCH] Include rlmbutil.h in callback.c.
Date: Wed, 25 Oct 2017 22:21:03 -0700

This prevents the layout of _rl_search_cxt from being different in the
callback.c translation unit than elsewhere.
---
 callback.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/callback.c b/callback.c
index a466cf9..6e11c13 100644
--- a/callback.c
+++ b/callback.c
@@ -41,6 +41,7 @@
 
 /* System-specific feature definitions and include files. */
 #include "rldefs.h"
+#include "rlmbutil.h"
 #include "readline.h"
 #include "rlprivate.h"
 #include "xmalloc.h"
-- 
2.14.1




reply via email to

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