Changeset 6e60e50 for lib/trace.c
- Timestamp:
- 08/12/04 14:56:00 (18 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:
- 88a1679
- Parents:
- 4a988af
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/trace.c
rdfef05d r6e60e50 61 61 #include <sys/ioctl.h> 62 62 63 #include <stdint.h> 63 #ifdef HAVE_STDINT_H 64 # include <stdint.h> 65 #endif 66 64 67 #ifdef HAVE_STDDEF_H 65 68 #include <stddef.h>
Note: See TracChangeset
for help on using the changeset viewer.