~ubuntu-branches/ubuntu/maverick/liblo/maverick

« back to all changes in this revision

Viewing changes to lo/lo_endian.h

  • Committer: Bazaar Package Importer
  • Author(s): Robert Jordens
  • Date: 2005-03-24 17:29:59 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050324172959-yo7au7w6azdfem3z
Tags: 0.18-1
new upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
12
 *  GNU General Public License for more details.
13
13
 *
14
 
 *  $Id: lo_endian.h.in,v 1.1.1.1 2004/08/07 22:21:02 theno23 Exp $
 
14
 *  $Id: lo_endian.h.in,v 1.3 2004/11/06 14:49:45 trutkin Exp $
15
15
 */
16
16
 
17
17
#ifndef LO_ENDIAN_H
18
18
#define LO_ENDIAN_H
19
19
 
 
20
#include <sys/types.h>
 
21
#include <stdint.h>
20
22
#include <netinet/in.h>
21
23
 
22
24
#ifdef __cplusplus