diff options
Diffstat (limited to 'gdb/ax.h')
-rw-r--r-- | gdb/ax.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ #ifndef AGENTEXPR_H #define AGENTEXPR_H +#include "doublest.h" /* For DOUBLEST. */ + /* It's sometimes useful to be able to debug programs that you can't really stop for more than a fraction of a second. To this end, the user can specify a tracepoint (like a breakpoint, but you don't |