aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aic7xxx/aicasm/aicasm_scan.l
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/aic7xxx/aicasm/aicasm_scan.l')
-rw-r--r--sys/dev/aic7xxx/aicasm/aicasm_scan.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/aic7xxx/aicasm/aicasm_scan.l b/sys/dev/aic7xxx/aicasm/aicasm_scan.l
index 28689cbd4996..51a13f2293fd 100644
--- a/sys/dev/aic7xxx/aicasm/aicasm_scan.l
+++ b/sys/dev/aic7xxx/aicasm/aicasm_scan.l
@@ -200,10 +200,10 @@ typedef struct include {
YY_BUFFER_STATE buffer;
int lineno;
char *filename;
- SLIST_ENTRY(include) links;
+ SLIST_ENTRY(struct include) links;
}include_t;
-SLIST_HEAD(, include) include_stack;
+SLIST_HEAD(, struct include) include_stack;
void
include_file(file_name, type)