1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-14 13:01:53 +02:00

* Try to fix OS X compile.

This commit is contained in:
Christian Muehlhaeuser 2011-09-09 02:31:38 +02:00
parent fab69e3cae
commit a1314347f9

View File

@ -16,6 +16,10 @@
#endif
#endif
#ifdef __APPLE__
#define _DARWIN_C_SOURCE
#endif
#include <stdlib.h>
#include <stdio.h>
#include <string.h>