lib/utils/pyexec: Use full path to readline.h header, per latest conventions.

pyexec-silent
Paul Sokolovsky 2016-07-21 00:14:10 +03:00
parent c3f519adfe
commit 04c27e5eaa
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
#include "irq.h"
#include "usb.h"
#endif
#include "readline.h"
#include "lib/mp-readline/readline.h"
#include "lib/utils/pyexec.h"
#include "genhdr/mpversion.h"