Needs stddef.h for size_t.

pgoyette-localcount
dholland 2016-01-22 22:27:01 +00:00
parent 433257163a
commit 33adcbb57f
1 changed files with 3 additions and 1 deletions

View File

@ -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 */