]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
Include asprintf.h in rrd_info.c for MSVC builds
authorWolfgang Stöggl <c72578@yahoo.de>
Sat, 6 Jul 2019 03:45:20 +0000 (05:45 +0200)
committerTobias Oetiker <tobi@oetiker.ch>
Mon, 8 Jul 2019 06:23:39 +0000 (08:23 +0200)
commit7610d590f6d1140d52b09b206ccaddb7c24e3675
treee24e274163559e60a68d8aa4303a9e9753d52afd
parent8f0d15dc753cb94119553c98393d9ffebd5e88bc
Include asprintf.h in rrd_info.c for MSVC builds

- Fixes the following MSVC level 3 compiler warning:
  rrd_info.c(21): warning C4013: 'vasprintf' undefined;
  assuming extern returning int
- This is a follow-up to PR #828 and commit b1bcbca
src/rrd_info.c