File:  [ELWIX - Embedded LightWeight unIX -] / libaitsess / inc / global.h
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Thu Aug 28 13:18:30 2008 UTC (15 years, 9 months ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

#ifndef __GLOBAL_H
#define __GLOBAL_H


#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <time.h>
#include <semaphore.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/ipc.h>
#include <sys/sem.h>
#include <sys/shm.h>
#include <sys/mman.h>

#include "defs.h"
#include "aitsess.h"


#endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>