mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-21 23:45:20 +02:00
Gravity.c - Include sys\types.h to resolve issues with some mingw/pthreads configurations
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#include <math.h>
|
||||
#include <sys/types.h>
|
||||
#include <pthread.h>
|
||||
#include "defines.h"
|
||||
#include "gravity.h"
|
||||
|
Reference in New Issue
Block a user