diff options
-rw-r--r-- | utils/makehrtf.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/makehrtf.c b/utils/makehrtf.c index e35c45a7..7c836b33 100644 --- a/utils/makehrtf.c +++ b/utils/makehrtf.c @@ -58,7 +58,6 @@ * 1999 */ -// Needed for 64-bit unsigned integer. #include "config.h" #include <stdio.h> @@ -67,6 +66,9 @@ #include <string.h> #include <ctype.h> #include <math.h> +#ifdef HAVE_STRINGS_H +#include <strings.h> +#endif // Rely (if naively) on OpenAL's header for the types used for serialization. #include "AL/al.h" |