summaryrefslogtreecommitdiff
path: root/gdb/registry.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/registry.c')
-rw-r--r--gdb/registry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/registry.c b/gdb/registry.c
index 8055300d44..b11656817e 100644
--- a/gdb/registry.c
+++ b/gdb/registry.c
@@ -20,7 +20,7 @@
#include "defs.h"
#include "registry.h"
#include "gdb_assert.h"
-#include "gdb_string.h"
+#include <string.h>
const struct registry_data *
register_data_with_cleanup (struct registry_data_registry *registry,