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

« back to all changes in this revision

Viewing changes to src/tcs/ps/tcsps.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:
19
19
#include <sys/stat.h>
20
20
#if defined (HAVE_BYTEORDER_H)
21
21
#include <sys/byteorder.h>
22
 
#elif defined (HAVE_ENDIAN_H)
 
22
#elif defined (HTOLE_DEFINED)
23
23
#include <endian.h>
24
24
#define LE_16 htole16
25
25
#define LE_32 htole32