summaryrefslogtreecommitdiff
path: root/plugins/gtkui/hotkeys.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gtkui/hotkeys.c')
-rw-r--r--plugins/gtkui/hotkeys.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/plugins/gtkui/hotkeys.c b/plugins/gtkui/hotkeys.c
index 4b7ac034..a34fb629 100644
--- a/plugins/gtkui/hotkeys.c
+++ b/plugins/gtkui/hotkeys.c
@@ -61,16 +61,7 @@ typedef struct
#include <X11/Xlib.h> // only for the KeySym type
#endif
#include "hotkeys.h"
-
-#ifndef strdupa
-# define strdupa(s) \
- ({ \
- const char *old = (s); \
- size_t len = strlen (old) + 1; \
- char *new = (char *) alloca (len); \
- (char *) memcpy (new, old, len); \
- })
-#endif
+#include "../../strdupa.h"
void
on_hotkeys_actions_cursor_changed (GtkTreeView *treeview,