#635 closed defect (fixed)
MACOSX - Missing include in quicktime.c
Reported by: | (none) | Owned by: | fingolfin |
---|---|---|---|
Priority: | normal | Component: | Port: Mac OS X |
Version: | Keywords: | ||
Cc: | Game: |
Description
When trying to build a CVS checkout from today (20021216) I noticed a small problem. The quicktime.c file used for audio by Scummvm is missing an
#include <string.h>
and as a result the compile fails with "memset" missing. It's not a big problem, but I thought I should let you know.
Ticket imported from: #655036. Ticket imported from: bugs/635.
Change History (3)
comment:1 by , 22 years ago
comment:2 by , 22 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:3 by , 6 years ago
Component: | → Port: Mac OS X |
---|
Note:
See TracTickets
for help on using tickets.
It's not quicktime.c that is missing an #includes, rather common/savefiles.h. And really no reason to report these, as I compile ScummVM on OS X daily, so I'll catch these issues soon enough :-) Thanks for you effort anyway