diff options
author | h.udo <hudokkow@gmail.com> | 2018-02-20 22:28:46 +0000 |
---|---|---|
committer | h.udo <hudokkow@gmail.com> | 2018-02-20 22:28:46 +0000 |
commit | 34ce080ebea899dc64783acc2b2a103645194cf2 (patch) | |
tree | 55805f841fcd89f18c6dc372061ff85309021a61 /lib/cpluff/patches/0012-Kill-implicit-function-declaration-warning.patch | |
parent | 9447e594586a6645a186614742303f98e4851227 (diff) |
[c-pluff] Add patches folder for reference and keep track of changes
Diffstat (limited to 'lib/cpluff/patches/0012-Kill-implicit-function-declaration-warning.patch')
-rw-r--r-- | lib/cpluff/patches/0012-Kill-implicit-function-declaration-warning.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/lib/cpluff/patches/0012-Kill-implicit-function-declaration-warning.patch b/lib/cpluff/patches/0012-Kill-implicit-function-declaration-warning.patch new file mode 100644 index 0000000000..6a878f8d2e --- /dev/null +++ b/lib/cpluff/patches/0012-Kill-implicit-function-declaration-warning.patch @@ -0,0 +1,28 @@ +From c16649382e3b89264aada598b07a3980aa7e42e4 Mon Sep 17 00:00:00 2001 +From: "h.udo" <hudokkow@gmail.com> +Date: Fri, 2 Feb 2018 20:48:30 +0000 +Subject: [PATCH 12/12] Kill implicit-function-declaration warning + +--- + console/cmdinput_basic.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/console/cmdinput_basic.c b/console/cmdinput_basic.c +index 033c35d..71977fe 100644 +--- a/console/cmdinput_basic.c ++++ b/console/cmdinput_basic.c +@@ -25,10 +25,10 @@ + + #include <stdio.h> + #include <string.h> ++#include "console.h" + #if defined(HAVE_ISATTY_FILENO) + #include <unistd.h> + #endif +-#include "console.h" + + #define CMDLINE_SIZE 256 + +-- +2.14.1 + |