Skip to content

Commit

Permalink
Fix compilation in Watcom 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Dasperal committed Jun 12, 2024
1 parent 54c29ea commit c8fedc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/p_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
// set up initial state and misc. LUTs.
//

#include <limits.h>
#include <stdint.h>
#include <stdlib.h>
#include <math.h>
Expand Down

0 comments on commit c8fedc2

Please sign in to comment.