FreeBSD also needs stdio.h

pull/421/head
Nikolai Lifanov 8 years ago
parent f1960ec73c
commit 3d3d212595

@ -6,7 +6,7 @@
* License.....: MIT
*/
#ifdef DARWIN
#if defined(DARWIN) || defined(__FreeBSD__)
#include <stdio.h>
#endif

Loading…
Cancel
Save