URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=59b4ab53fcf08db3daa7461b463ca47e83e55079
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
59b4ab5 by Guy Harris (guy@xxxxxxxxxxxx):
Include <math.h> or <stdlib.h> as necessary to declare functions.
Various floating-point math functions require <math.h>, and abs()
requires <stdlib.h>.
Change-Id: I6831cfdb17eac3ce129b6800f0fe82fbcfef2d28
Reviewed-on: https://code.wireshark.org/review/6002
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from d541774 Include <math.h> or <stdlib.h> as necessary to declare functions.
adds 59b4ab5 Include <math.h> or <stdlib.h> as necessary to declare functions.
Summary of changes:
epan/dissectors/file-mp4.c | 1 +
1 file changed, 1 insertion(+)