2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

#include <stddef.h>

This commit is contained in:
Brian Wellington
2000-08-24 23:26:13 +00:00
parent d07ef64ed1
commit f5ad7569cb
2 changed files with 6 additions and 2 deletions

View File

@@ -15,10 +15,12 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: rwlock.c,v 1.22 2000/08/24 19:06:38 bwelling Exp $ */
/* $Id: rwlock.c,v 1.23 2000/08/24 23:26:13 bwelling Exp $ */
#include <config.h>
#include <stddef.h>
#include <isc/magic.h>
#include <isc/rwlock.h>
#include <isc/util.h>