Module Name:    src
Committed By:   dholland
Date:           Fri Jan 22 22:27:01 UTC 2016

Modified Files:
        src/include: bm.h

Log Message:
Needs stddef.h for size_t.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/include/bm.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/include/bm.h
diff -u src/include/bm.h:1.6 src/include/bm.h:1.7
--- src/include/bm.h:1.6	Fri Jan 22 21:55:57 2016
+++ src/include/bm.h	Fri Jan 22 22:27:01 2016
@@ -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 */

Reply via email to