summaryrefslogtreecommitdiff
path: root/sys/modules/lua/stddef.h
blob: bb27b58f85224bb14ad8b53bb38db8660f26a294 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*	$NetBSD */

/*
 * This file is a placeholder only, to allow Lua to be compiled from
 * unchanged sources.
 */

#include <sys/types.h>

#ifdef  _BSD_PTRDIFF_T_
typedef _BSD_PTRDIFF_T_		ptrdiff_t;
#undef  _BSD_PTRDIFF_T_
#endif

#include <sys/null.h>