mywave82 / opencubicplayer

Open Cubic Player (unix fork). Music visualizer for various tracked music formats (amiga modules, S3M, IT), chiptunes and other formats related to demoscene
https://stian.cubic.org/project-ocp.php
GNU General Public License v2.0
280 stars 19 forks source link

FreeBSD needs sys/types.h #69

Closed ehaupt closed 1 year ago

ehaupt commented 1 year ago

...without it clang complains with:

cc -O2 -pipe  -DLIBICONV_PLUG -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing  -fPIC -Wall -I.././ -O devwnone.c -o devwnone.o -c
In file included from devwnone.c:33:
.././boot/plinkman.h:43:2: error: unknown type name 'off_t'
        off_t size;
        ^
.././boot/plinkman.h:56:53: error: unknown type name 'off_t'
extern int lnkGetLinkInfo(struct linkinfostruct *l, off_t *size, int index);
                                                    ^