Dash:
[t2.git] / package / develop / libcoyotl / hotfix-gcc43.patch
bloba1776372877033f468e8cb27a1d8fd7e17cfbe2c
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../libcoyotl/gcc43.patch
5 # Copyright (C) 2010 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 --- libcoyotl-3.1.0/libcoyotl/command_line.cpp.vanilla 2010-08-08 15:14:30.741702864 +0000
18 +++ libcoyotl-3.1.0/libcoyotl/command_line.cpp 2010-08-08 15:14:38.926474183 +0000
19 @@ -32,6 +32,8 @@
20 //-----------------------------------------------------------------------
22 #include "command_line.h"
23 +#include <string.h>
25 using namespace libcoyotl;
27 command_line::command_line(int argc, char * argv[], const set<string> & bool_opts)