Ignore:
Timestamp:
Apr 15, 2009, 8:40:22 PM (15 years ago)
Author:
nipo
Message:

Sync up with trunk changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/with_autoconf/src/sc_trace.cc

    r8 r20  
    4444
    4545#include <list>
    46 #include <stdio.h>
     46#include <cstdio>
    4747#include <iostream>
     48#include <cstring> //strlen
    4849#ifdef HAVE_CONFIG_H
    4950#include "config.h"
     
    6263
    6364//#include "malloc.h" // NO LONGER SUPPORTED
    64 #include <stdlib.h>
    65 #include <stdio.h>
     65#include <cstdlib>
     66#include <cstdio>
    6667
    6768#endif // CONFIG_PAT_TRACE_FORMAT
Note: See TracChangeset for help on using the changeset viewer.