Include <sys/types.h> for autoconf/automake detection.

Submitted by:	Pavlin Radoslavov <pavlin@icir.org>
This commit is contained in:
Jeffrey Hsu 2004-03-08 07:45:32 +00:00
parent a7d8612155
commit 4c9792f9d3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126740

View File

@ -42,6 +42,8 @@
* Modified by Pavlin Radoslavov, USC/ISI, May 1998, October 2000.
*/
#include <sys/types.h>
#ifndef _PIM_VT
#ifndef BYTE_ORDER
# error BYTE_ORDER is not defined!