diff options
Diffstat (limited to 'lib/gen-stringprep-tables.pl')
-rwxr-xr-x | lib/gen-stringprep-tables.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/gen-stringprep-tables.pl b/lib/gen-stringprep-tables.pl index b1670ce..c16efe7 100755 --- a/lib/gen-stringprep-tables.pl +++ b/lib/gen-stringprep-tables.pl @@ -1,6 +1,7 @@ #! /usr/bin/perl -w -# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2009 Simon Josefsson +# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2009, 2010, 2011 +# Simon Josefsson # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -34,6 +35,7 @@ open(FH, ">$filename") or die "cannot open $filename for writing"; print FH "/* This file is automatically generated. DO NOT EDIT!\n"; print FH " Instead, edit gen-stringprep-tables.pl and re-run. */\n\n"; +print FH "#include <config.h>\n"; print FH "#include \"stringprep.h\"\n"; while(<>) { |