Commit 243f8988 authored by Paul Sokolovsky's avatar Paul Sokolovsky

unix/mpconfigport.h: Include stdio.h by default.

This allows to use printf() in a any source file with unix port, for quick
debugging.
parent d1771bba
......@@ -301,3 +301,6 @@ void mp_unix_mark_exec(void);
#ifndef _DIRENT_HAVE_D_INO
#define _DIRENT_HAVE_D_INO (1)
#endif
// For debugging purposes, make printf() available to any source file.
#include <stdio.h>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment