Changeset 250 for trunk/lib/fifo.c


Ignore:
Timestamp:
03/24/05 14:58:01 (8 years ago)
Author:
dlawson
Message:

change use of stdint.h for inttypes.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/fifo.c

    r91 r250  
    4040#include <sys/types.h> 
    4141 
    42 #ifdef HAVE_STDINT_H 
    43 # include <stdint.h> 
     42#ifdef HAVE_INTTYPES_H 
     43# include <inttypes.h> 
     44#else 
     45# error "Can't find inttypes.h, this needs to be fixed" 
    4446#endif 
    4547 
Note: See TracChangeset for help on using the changeset viewer.