Mercurial > hg > octave-lojdl > gnulib-hg
diff lib/striconveha.c @ 11477:63b291ae83b6
Add include that is no longer done by striconveha.h.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 11 Apr 2009 00:36:47 +0200 (2009-04-10) |
parents | bbbbbf4cd1c5 |
children | e8d2c6fc33ad |
line wrap: on
line diff
--- a/lib/striconveha.c +++ b/lib/striconveha.c @@ -1,5 +1,5 @@ /* Character set conversion with error handling and autodetection. - Copyright (C) 2002, 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 2002, 2005, 2007, 2009 Free Software Foundation, Inc. Written by Bruno Haible. This program is free software: you can redistribute it and/or modify @@ -26,6 +26,7 @@ #include "malloca.h" #include "c-strcase.h" +#include "striconveh.h" #define SIZEOF(a) (sizeof(a)/sizeof(a[0]))