Changeset 20 for branches/with_autoconf/src/sc_ver.cc
- Timestamp:
- Apr 15, 2009, 8:40:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/with_autoconf/src/sc_ver.cc
r8 r20 36 36 37 37 #include "sc_ver.h" 38 #include <string>39 38 #include <iostream> 40 39 #ifdef HAVE_CONFIG_H 41 40 #include "config.h" 42 41 #endif 42 #include <cstring> //strcmp 43 #include <cstdlib> //exit 43 44 44 45 namespace sc_core {
Note: See TracChangeset
for help on using the changeset viewer.