ui: Load readline after stdio.h

This commit is contained in:
Ave 2020-12-23 19:57:50 +00:00 committed by GitHub
parent 8d4acbe3a6
commit 73dec1e072
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,9 +14,6 @@
#if !defined(_WIN32)
#define _POSIX_C_SOURCE 200112L
#endif
#ifdef HAVE_READLINE
#include <readline/readline.h>
#endif
#include "ui.h"
#include "commonutil.h" // ARRAYLEN
@ -24,6 +21,10 @@
#include <stdarg.h>
#include <stdlib.h>
#ifdef HAVE_READLINE
#include <readline/readline.h>
#endif
#include <complex.h>
#include "util.h"
#include "proxmark3.h" // PROXLOG