solstice-solver

Solver library of the solstice app
git clone git://git.meso-star.com/solstice-solver.git
Log | Files | Refs | README | LICENSE

commit be44f8b9f6bfd80bb7ae3b3badfb17fcf3a2dbee
parent 10bd1d16ae57264b91c719ab050adfdf00bd5fd7
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 18 Jul 2016 14:17:55 +0200

Fix the "undeclared type" GCC warning for ssp_rng

Diffstat:
Msrc/ssol.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/ssol.h b/src/ssol.h @@ -43,6 +43,7 @@ /* Forward declaration of external types */ struct logger; struct mem_allocator; +struct ssp_rng; /* Opaque Solstice solver types */ struct ssol_device;