File:  [ELWIX - Embedded LightWeight unIX -] / mqtt / inc / global.h
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Mon Nov 7 08:47:16 2011 UTC (12 years, 7 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 <assert.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>

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


#endif

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