Changeset 23c13e8 for lib/fifo.c
- Timestamp:
- 03/24/05 14:58:01 (17 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 05e83dc
- Parents:
- 9075d49
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/fifo.c
rb1a0f24 r23c13e8 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.