libfpx header not self contained
Posted: 2017-07-04T03:53:12-07:00
fpxlib.h in libfpx does use size_t but does not include this type.
compiling a program like:
#include <fpxlib.h>
int main(){return 0;}
breaks with messages about size_t missing.
including stddef.h fixes this.
a patch is available at:
https://wip.pkgsrc.org/cgi-bin/gitweb.c ... h-fpxlib.h
compiling a program like:
#include <fpxlib.h>
int main(){return 0;}
breaks with messages about size_t missing.
including stddef.h fixes this.
a patch is available at:
https://wip.pkgsrc.org/cgi-bin/gitweb.c ... h-fpxlib.h