~ubuntu-branches/ubuntu/saucy/trousers/saucy

« back to all changes in this revision

Viewing changes to src/tspi/ps/tspps.c

  • Committer: Package Import Robot
  • Author(s): Pierre Chifflier
  • Date: 2012-04-05 22:28:08 UTC
  • mfrom: (0.1.20 sid)
  • Revision ID: package-import@ubuntu.com-20120405222808-lpgcea3uki3r26u4
Tags: 0.3.8-2
Add 05-gcc47.patch to fix FTBFS with gcc 4.7 (Closes: #667400)

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include <netdb.h>
25
25
#if defined (HAVE_BYTEORDER_H)
26
26
#include <sys/byteorder.h>
27
 
#elif defined(HAVE_ENDIAN_H)
 
27
#elif defined(HTOLE_DEFINED)
28
28
#include <endian.h>
29
29
#define LE_16 htole16
30
30
#define LE_32 htole32