mirror of
https://github.com/danog/ir.git
synced 2025-01-22 05:31:32 +01:00
commit
f11c8a3d01
1
ir_gdb.c
1
ir_gdb.c
@ -7,6 +7,7 @@
|
||||
* Based on Mike Pall's implementation of GDB interface for LuaJIT.
|
||||
*/
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
|
@ -8,7 +8,7 @@
|
||||
#ifndef IR_PRIVATE_H
|
||||
#define IR_PRIVATE_H
|
||||
#include <string.h>
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef IR_DEBUG
|
||||
# include <assert.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user