diff options
| author | rillig <rillig@NetBSD.org> | 2020-08-09 09:44:14 +0000 |
|---|---|---|
| committer | rillig <rillig@NetBSD.org> | 2020-08-09 09:44:14 +0000 |
| commit | ecec39bc5d76929980027d6e8a30cfe571e7e23b (patch) | |
| tree | 7d2d5fdbbbe3baab0624859f299d7cb7540b0138 /usr.bin/make/enum.h | |
| parent | b185d4c14ab52267e99b127513224f5bccb3f53d (diff) | |
make(1): clean up indentation, includes, add documentation
Diffstat (limited to 'usr.bin/make/enum.h')
| -rw-r--r-- | usr.bin/make/enum.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/make/enum.h b/usr.bin/make/enum.h index 3f708158a64..8b06a8a1aaf 100644 --- a/usr.bin/make/enum.h +++ b/usr.bin/make/enum.h @@ -1,4 +1,4 @@ -/* $NetBSD: enum.h,v 1.4 2020/08/09 07:03:06 rillig Exp $ */ +/* $NetBSD: enum.h,v 1.5 2020/08/09 09:44:14 rillig Exp $ */ /* Copyright (c) 2020 Roland Illig <rillig@NetBSD.org> @@ -34,6 +34,8 @@ * Generate string representation for bitmasks. */ +#include <stddef.h> + typedef struct { int es_value; const char *es_name; |
