Hello, vsl.h requires stdint.h but currently doesn't include it, hence the patch.
Best, Geoff -- ** * * UPLEX - Nils Goroll Systemoptimierung Scheffelstraße 32 22301 Hamburg Tel +49 40 2880 5731 Mob +49 176 636 90917 Fax +49 40 42949753 http://uplex.de
diff --git a/include/vapi/vsl.h b/include/vapi/vsl.h index d87b304..cebbb46 100644 --- a/include/vapi/vsl.h +++ b/include/vapi/vsl.h @@ -34,6 +34,8 @@ #ifndef VAPI_VSL_H_INCLUDED #define VAPI_VSL_H_INCLUDED +#include <stdint.h> + #include "vapi/vsl_int.h" struct VSM_data;
signature.asc
Description: OpenPGP digital signature
_______________________________________________ varnish-dev mailing list [email protected] https://www.varnish-cache.org/lists/mailman/listinfo/varnish-dev
