diff options
Diffstat (limited to 'include/bm.h')
| -rw-r--r-- | include/bm.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/bm.h b/include/bm.h index 228c9baa9b5..6ba891d7b9e 100644 --- a/include/bm.h +++ b/include/bm.h @@ -1,4 +1,4 @@ -/* $NetBSD: bm.h,v 1.6 2016/01/22 21:55:57 dholland Exp $ */ +/* $NetBSD: bm.h,v 1.7 2016/01/22 22:27:01 dholland Exp $ */ /*- * Copyright (c) 1994 @@ -37,6 +37,8 @@ #ifndef _BM_H_ #define _BM_H_ +#include <stddef.h> + typedef struct { unsigned char *pat; /* pattern */ size_t patlen; /* pattern length */ |
