diff options
Diffstat (limited to 'libguile/debug-malloc.c')
-rw-r--r-- | libguile/debug-malloc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libguile/debug-malloc.c b/libguile/debug-malloc.c index 5e224da93..409d85a25 100644 --- a/libguile/debug-malloc.c +++ b/libguile/debug-malloc.c @@ -23,13 +23,14 @@ #include <string.h> #include <stdio.h> -#include "gsubr.h" #include "alist.h" +#include "gsubr.h" #include "numbers.h" #include "strings.h" #include "debug-malloc.h" + /* * The following code is a hack which I wrote quickly in order to * solve a memory leak problem. Since I wanted to have the |