diff options
Diffstat (limited to 'ld/ldfile.h')
-rw-r--r-- | ld/ldfile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldfile.h b/ld/ldfile.h index 5e73f03..9e1834f 100644 --- a/ld/ldfile.h +++ b/ld/ldfile.h @@ -29,7 +29,7 @@ extern const char *ldfile_output_machine_name; /* Structure used to hold the list of directories to search for libraries. */ -typedef struct search_dirs +typedef struct search_dirs { /* Next directory on list. */ struct search_dirs *next; |