Changeset 250 for trunk/lib/fifo.c
- Timestamp:
- 03/24/05 14:58:01 (8 years ago)
- File:
-
- 1 edited
-
trunk/lib/fifo.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/fifo.c
r91 r250 40 40 #include <sys/types.h> 41 41 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" 44 46 #endif 45 47
Note: See TracChangeset
for help on using the changeset viewer.
