Changeset 8 for branches/with_autoconf/src/sc_time.cc
- Timestamp:
- Jun 25, 2008, 1:08:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/with_autoconf/src/sc_time.cc
r4 r8 35 35 36 36 37 #include "sc_time.h"37 #include "sc_time.h" 38 38 #include <time.h> 39 39 #include <sys/time.h> 40 40 #include <string> 41 41 #include <sstream> 42 #ifdef HAVE_CONFIG_H 43 #include "config.h" 44 #endif 42 45 43 46 namespace sc_core {
Note: See TracChangeset
for help on using the changeset viewer.