Changeset 7876f38
- Timestamp:
- 08/03/10 11:17:03 (11 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:
- 11754a6
- Parents:
- bfd9a45
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.in
rbfd9a45 r7876f38 15 15 if test -d "/usr/gnu/lib"; then 16 16 LDFLAGS+=" -L/usr/gnu/lib" 17 CPPFLAGS+=" -I/usr/gnu/include" 17 18 fi 18 19 -
tools/tracetop/tracetop.cc
r235a83b r7876f38 3 3 */ 4 4 #define __STDC_FORMAT_MACROS 1 5 #include "config.h" 5 6 #include "libtrace.h" 6 7 #include <stdio.h> … … 14 15 #include <netdb.h> 15 16 #include <string.h> 16 #include "config.h"17 17 #ifdef HAVE_NETPACKET_PACKET_H 18 18 #include <netpacket/packet.h>
Note: See TracChangeset
for help on using the changeset viewer.