File:  [ELWIX - Embedded LightWeight unIX -] / mqtt / inc / global.h
Revision 1.1.1.1 (vendor branch): 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: misho
CVS tags: start, mqtt1_0
MQTT Service

    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 <assert.h>
   13: #include <sys/types.h>
   14: #include <sys/socket.h>
   15: #include <netinet/in.h>
   16: #include <arpa/inet.h>
   17: 
   18: #include "defs.h"
   19: #include "aitmqtt.h"
   20: 
   21: 
   22: #endif

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