Changeset 20 for branches/with_autoconf/src/sc_trace.cc
- Timestamp:
- Apr 15, 2009, 8:40:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/with_autoconf/src/sc_trace.cc
r8 r20 44 44 45 45 #include <list> 46 #include < stdio.h>46 #include <cstdio> 47 47 #include <iostream> 48 #include <cstring> //strlen 48 49 #ifdef HAVE_CONFIG_H 49 50 #include "config.h" … … 62 63 63 64 //#include "malloc.h" // NO LONGER SUPPORTED 64 #include < stdlib.h>65 #include < stdio.h>65 #include <cstdlib> 66 #include <cstdio> 66 67 67 68 #endif // CONFIG_PAT_TRACE_FORMAT
Note: See TracChangeset
for help on using the changeset viewer.