diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/alloc.c b/src/alloc.c index e8637471bc7..188a514376d 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -69,6 +69,9 @@ extern void *sbrk (); | |||
| 69 | 69 | ||
| 70 | #include <fcntl.h> | 70 | #include <fcntl.h> |
| 71 | 71 | ||
| 72 | #ifdef USE_GTK | ||
| 73 | # include "gtkutil.h" | ||
| 74 | #endif | ||
| 72 | #ifdef WINDOWSNT | 75 | #ifdef WINDOWSNT |
| 73 | #include "w32.h" | 76 | #include "w32.h" |
| 74 | #endif | 77 | #endif |
| @@ -5478,10 +5481,7 @@ See Info node `(elisp)Garbage Collection'. */) | |||
| 5478 | mark_kboards (); | 5481 | mark_kboards (); |
| 5479 | 5482 | ||
| 5480 | #ifdef USE_GTK | 5483 | #ifdef USE_GTK |
| 5481 | { | 5484 | xg_mark_data (); |
| 5482 | extern void xg_mark_data (void); | ||
| 5483 | xg_mark_data (); | ||
| 5484 | } | ||
| 5485 | #endif | 5485 | #endif |
| 5486 | 5486 | ||
| 5487 | #if (GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS \ | 5487 | #if (GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS \ |