Changeset 1337

Show
Ignore:
Timestamp:
02/04/08 16:28:26 (9 months ago)
Author:
spa1
Message:
  • Some systems, such as OpenBSD 3.5, don't have a stdint.h so don't try to include it if we don't have it
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/libtrace.h.in

    r1332 r1337  
    8686    #define LT_BITFIELD64       uint64_t 
    8787#else 
    88 #   include <stdint.h> 
     88    #ifdef HAVE_STDINT_H 
     89        #   include <stdint.h> 
     90    #endif 
    8991    #ifdef HAVE_GCCVISIBILITYPATCH 
    9092        #define DLLEXPORT __attribute__ (visibility("default"))