mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-22 16:02:54 +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 <math.h>
|
||||||
|
#include <sys/types.h>
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
#include "defines.h"
|
#include "defines.h"
|
||||||
#include "gravity.h"
|
#include "gravity.h"
|
||||||
|
Reference in New Issue
Block a user