Add time.h include to shared.c for clock_gettime

This commit is contained in:
Michał Janiszewski 2017-04-30 12:13:24 +01:00 committed by Ted John
parent 4ba60cbf52
commit 8e6ea776f6
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#pragma endregion
#include <stdlib.h>
#include <time.h>
#include "../audio/audio.h"
#include "../audio/AudioMixer.h"
#include "../config/Config.h"