File:  [ELWIX - Embedded LightWeight unIX -] / mqtt / inc / global.h
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Fri Jan 27 15:05:38 2012 UTC (12 years, 4 months ago) by misho
Branches: MAIN
CVS tags: mqtt1_1, HEAD
added new files

#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 <assert.h>
#include <syslog.h>
#include <dlfcn.h>
#include <time.h>
#include <netdb.h>
#include <signal.h>
#include <pwd.h>
#include <pthread.h>
#include <poll.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/wait.h>
#include <sys/mman.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <aitio.h>
#include <aitcfg.h>
#include <aitsched.h>
#include <sqlite3.h>

#include "aitmqtt.h"
#include "defs.h"


#endif

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