Fix AAF compilation with clang (macOS)

This commit is contained in:
Robin Gareus 2024-03-11 18:52:45 +01:00
parent f873f9f621
commit c012ab19e0
5 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include <assert.h>
#include <ctype.h>
#include <limits.h>
#include <stdarg.h>
#include <stdio.h>
#include <string.h>

View File

@ -36,6 +36,7 @@
#include <assert.h>
#include <errno.h>
#include <limits.h>
#include <locale.h>
#include <math.h>
#include <stdio.h>

View File

@ -39,6 +39,7 @@
*/
#include <errno.h>
#include <limits.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -93,6 +93,7 @@
*/
#include <errno.h>
#include <limits.h>
#include <math.h> // ceil()
#include <stdio.h>
#include <stdlib.h>

View File

@ -20,6 +20,7 @@
#include <assert.h>
#include <ctype.h>
#include <limits.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdio.h>