summaryrefslogtreecommitdiffstats
path: root/src/hci
diff options
context:
space:
mode:
Diffstat (limited to 'src/hci')
-rw-r--r--src/hci/readline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hci/readline.c b/src/hci/readline.c
index a8cc455c3..14dbeafef 100644
--- a/src/hci/readline.c
+++ b/src/hci/readline.c
@@ -17,7 +17,7 @@
*/
#include <string.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <console.h>
#include <gpxe/editstring.h>
#include <readline/readline.h>