Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed compiler warnings on Haiku.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 11, 2013
1 parent 2759919 commit 0449a59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libm/math_private.h
Expand Up @@ -25,7 +25,9 @@
#define libm_hidden_proto(x)
#define libm_hidden_def(x)

#ifndef __HAIKU__ /* already defined in a system header. */
typedef unsigned int u_int32_t;
#endif

#define atan SDL_uclibc_atan
#define __ieee754_atan2 SDL_uclibc_atan2
Expand Down

0 comments on commit 0449a59

Please sign in to comment.