Return to global.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedtools / inc |
version 1.2.2.2, 2011/06/13 20:13:39 | version 1.2.2.5, 2011/06/20 12:37:07 |
---|---|
Line 5 | Line 5 |
* $Author$ | * $Author$ |
* $Id$ | * $Id$ |
* | * |
************************************************************************** | ************************************************************************* |
The ELWIX and AITNET software is distributed under the following | The ELWIX and AITNET software is distributed under the following |
terms: | terms: |
Line 64 SUCH DAMAGE. | Line 64 SUCH DAMAGE. |
#include <assert.h> | #include <assert.h> |
#include <sys/types.h> | #include <sys/types.h> |
#include <sys/param.h> | #include <sys/param.h> |
#include <sys/stdint.h> | |
#ifdef HAVE_LIMITS_H | #ifdef HAVE_LIMITS_H |
#include <sys/limits.h> | #include <sys/limits.h> |
#endif | #endif |
Line 76 SUCH DAMAGE. | Line 77 SUCH DAMAGE. |
#ifdef __FreeBSD__ | #ifdef __FreeBSD__ |
#include <sys/linker.h> | #include <sys/linker.h> |
#include <sys/module.h> | #include <sys/module.h> |
#include <sys/cfictl.h> | |
#endif | #endif |
#include <sys/mman.h> | #include <sys/mman.h> |
#include <sys/uio.h> | #include <sys/uio.h> |