* added python-wheel (0.42.0) - The official binary distribution format for Python
[t2sde.git] / package / base / pcmciautils / hotfix.patch.musl
blobfe7a3ea3c604961f8c42dc17a55c2b32a4e499a4
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3
4 # T2 SDE: package/.../pcmciautils/hotfix.patch.musl
5 # Copyright (C) 2019 The T2 SDE Project
6
7 # More information can be found in the files COPYING and README.
8
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- pcmciautils-018/src/lex_config.l.vanilla    2019-02-07 09:43:38.180447611 +0000
18 +++ pcmciautils-018/src/lex_config.l    2019-02-07 09:44:08.484447266 +0000
19 @@ -17,6 +17,9 @@
21  #undef src
23 +#define _GNU_SOURCE
24 +#include <sys/types.h>
26  #include <stdio.h>
27  #include <stdlib.h>
28  #include <unistd.h>