Skip to content

Commit

Permalink
Include float.h (for FLT_MAX) and math.h (which we'll need eventually).
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Mar 31, 2018
1 parent e85af6f commit 2b92116
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mojoal.c
Expand Up @@ -7,6 +7,9 @@
*/

#include <stdio.h>
#include <math.h>
#include <float.h>

#include "AL/al.h"
#include "AL/alc.h"
#include "SDL.h"
Expand Down

0 comments on commit 2b92116

Please sign in to comment.