* include/sys/param.h: Add ENDIAN defines.

* test_headers.c: Include sys/param.h.
This commit is contained in:
Danny Smith
2002-08-28 21:24:59 +00:00
parent 4053143834
commit 933ba4b187
3 changed files with 13 additions and 1 deletions

View File

@@ -41,6 +41,7 @@
#include <sys/fcntl.h>
#include <sys/file.h>
#include <sys/locking.h>
#include <sys/param.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/timeb.h>
@@ -48,6 +49,5 @@
#include <sys/unistd.h>
#include <sys/utime.h>
int main()
{return 0;}