Module Name: src
Committed By: dholland
Date: Fri Jan 22 23:30:27 UTC 2016
Modified Files:
src/sys/sys: ctype_bits.h
Log Message:
Uses BEGIN_DECLS, needs sys/cdefs.h.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/sys/ctype_bits.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/ctype_bits.h
diff -u src/sys/sys/ctype_bits.h:1.5 src/sys/sys/ctype_bits.h:1.6
--- src/sys/sys/ctype_bits.h:1.5 Tue Apr 30 00:42:31 2013
+++ src/sys/sys/ctype_bits.h Fri Jan 22 23:30:27 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: ctype_bits.h,v 1.5 2013/04/30 00:42:31 joerg Exp $ */
+/* $NetBSD: ctype_bits.h,v 1.6 2016/01/22 23:30:27 dholland Exp $ */
/*
* Copyright (c) 1989 The Regents of the University of California.
@@ -40,6 +40,8 @@
#ifndef _SYS_CTYPE_BITS_H_
#define _SYS_CTYPE_BITS_H_
+#include <sys/cdefs.h>
+
#define _CTYPE_A 0x0001 /* Alpha */
#define _CTYPE_C 0x0002 /* Control */
#define _CTYPE_D 0x0004 /* Digit */