Mercurial > hg > octave-kai > gnulib-hg
comparison lib/vasprintf.c @ 7304:1c4ed7637c24
Include <config.h> unconditionally.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 14 Sep 2006 14:18:36 +0000 |
parents | 0fd12ba5cfc6 |
children | 4175c39ba7cc |
comparison
equal
deleted
inserted
replaced
7303:8fa5a2dcbf3b | 7304:1c4ed7637c24 |
---|---|
13 | 13 |
14 You should have received a copy of the GNU General Public License along | 14 You should have received a copy of the GNU General Public License along |
15 with this program; if not, write to the Free Software Foundation, | 15 with this program; if not, write to the Free Software Foundation, |
16 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ | 16 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ |
17 | 17 |
18 #ifdef HAVE_CONFIG_H | 18 #include <config.h> |
19 # include <config.h> | |
20 #endif | |
21 | 19 |
22 /* Specification. */ | 20 /* Specification. */ |
23 #include "vasprintf.h" | 21 #include "vasprintf.h" |
24 | 22 |
25 #include <errno.h> | 23 #include <errno.h> |