summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/sys/systm.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-07-30 23:31:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-07-30 23:31:00 +0000
commit9fcd1a1c58492117f4e90a74bedac55cd43f4d3d (patch)
tree25e87645263acffebdfeddca350fc8f5aacfb7a0 /cpukit/libnetworking/sys/systm.h
parent2002-07-30 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-9fcd1a1c58492117f4e90a74bedac55cd43f4d3d.tar.bz2
2002-07-30 Joel Sherrill <joel@OARcorp.com>
* machine/types.h: Removed as a simpler version of this file is now part of the RTEMS newlib support. * machine/Makefile.am, machine/endian.h, nfs/bootp_subr.c, rtems/rtems_bsdnet_internal.h, sys/Makefile.am, sys/systm.h: Minor modifications to use the simpler machine/types.h. Mostly more complete sets of #include's to account for machine/types.h no longer doing this.
Diffstat (limited to '')
-rw-r--r--cpukit/libnetworking/sys/systm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/libnetworking/sys/systm.h b/cpukit/libnetworking/sys/systm.h
index 7e14867e70..3363140dbe 100644
--- a/cpukit/libnetworking/sys/systm.h
+++ b/cpukit/libnetworking/sys/systm.h
@@ -42,6 +42,7 @@
#ifndef _SYS_SYSTM_H_
#define _SYS_SYSTM_H_
+#include <rtems/rtems_bsdnet_internal.h> /* for __BSD_VA_LIST__ */
#include <machine/cpufunc.h>
extern int securelevel; /* system security level (see init(8)) */