sfxr: fixed Win32 build

Need time.h for the time() function.
This commit is contained in:
Tobias Doerffel
2014-01-26 02:03:29 +01:00
parent 52270aebc1
commit ad554ff1e8

View File

@@ -23,7 +23,8 @@
* Boston, MA 02110-1301 USA.
*/
#include <stdlib.h>
#include <cstdlib>
#include <time.h>
#define rnd(n) (rand()%(n+1))