openocd: avoid documentation rebuild to fix build issues
[buildroot-gz.git] / package / socat / 0002-ptrdiff_t-is-defined-in-stddef.h.patch
blobacae641b34b6bc0857cf006409fc519457cc49d4
1 From 99c55f2694fe8621ca2344eb002610dac7f9c969 Mon Sep 17 00:00:00 2001
2 From: Gustavo Zacarias <gustavo@zacarias.com.ar>
3 Date: Tue, 2 Feb 2016 09:34:24 -0300
4 Subject: [PATCH] ptrdiff_t is defined in stddef.h
6 Status: sent upstream via email.
8 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
9 ---
10 nestlex.c | 2 ++
11 1 file changed, 2 insertions(+)
13 diff --git a/nestlex.c b/nestlex.c
14 index f7950f0..f49482d 100644
15 --- a/nestlex.c
16 +++ b/nestlex.c
17 @@ -4,6 +4,8 @@
19 /* a function for lexical scanning of nested character patterns */
21 +#include <stddef.h> /* ptrdiff_t */
23 #include "config.h"
24 #include "mytypes.h"
26 --
27 2.4.10