* [PATCH] add missing #include "char.h" to char.c
@ 2016-11-02 17:15 Luc Van Oostenryck
2016-11-17 8:28 ` Christopher Li
0 siblings, 1 reply; 2+ messages in thread
From: Luc Van Oostenryck @ 2016-11-02 17:15 UTC (permalink / raw)
To: linux-sparse; +Cc: Christopher Li, Luc Van Oostenryck
And so quiets a warning from sparse about undeclared
symbols when running on its own code.
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
---
char.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/char.c b/char.c
index 9bd3fc0d..e3f6a006 100644
--- a/char.c
+++ b/char.c
@@ -4,6 +4,7 @@
#include "allocate.h"
#include "token.h"
#include "expression.h"
+#include "char.h"
static const char *parse_escape(const char *p, unsigned *val, const char *end, int bits, struct position pos)
{
--
2.10.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-11-17 8:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-02 17:15 [PATCH] add missing #include "char.h" to char.c Luc Van Oostenryck
2016-11-17 8:28 ` Christopher Li
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).