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, 10 months ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

    1: #ifndef __GLOBAL_H
    2: #define __GLOBAL_H
    3: 
    4: 
    5: #include <stdio.h>
    6: #include <stdlib.h>
    7: #include <stdarg.h>
    8: #include <string.h>
    9: #include <unistd.h>
   10: #include <fcntl.h>
   11: #include <errno.h>
   12: #include <time.h>
   13: #include <semaphore.h>
   14: #include <sys/types.h>
   15: #include <sys/stat.h>
   16: #include <sys/ipc.h>
   17: #include <sys/sem.h>
   18: #include <sys/shm.h>
   19: #include <sys/mman.h>
   20: 
   21: #include "defs.h"
   22: #include "aitsess.h"
   23: 
   24: 
   25: #endif

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