File:  [ELWIX - Embedded LightWeight unIX -] / mqtt / inc / global.h
Revision 1.2.2.2: download - view: text, annotated - select for diffs - revision graph
Wed Apr 25 12:16:09 2012 UTC (12 years, 2 months ago) by misho
Branches: mqtt1_1
NetBSD compile issues

#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/param.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 <aitmqtt.h>
#include <mqttapi.h>
#include <sqlite3.h>

#include "defs.h"


#endif

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