Make sure NULL is defined by including stddef.h
authorJim Meyering <jim@meyering.net>
Thu, 5 Sep 1996 02:48:41 +0000 (02:48 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 5 Sep 1996 02:48:41 +0000 (02:48 +0000)
commit1a9771061b107315255f8b86c9850f8f26ad7987
tree189c49fe09fb67d7b6419ce73169d0a95b1a9c2a
parent5c8eaa8139c2dae18cc3dc57053c3564048ae6ad
Make sure NULL is defined by including stddef.h
(if STDC_HEADERS || _LIBC) or simply defining it (otherwise).
Include sys/types.h for definition of size_t needed by regex.h.
lib/rpmatch.c