projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a24016c
)
Make code more portable.
author
Nathan Binkert
<binkertn@umich.edu>
Thu, 17 Feb 2005 07:50:34 +0000
(
02:50
-0500)
committer
Nathan Binkert
<binkertn@umich.edu>
Thu, 17 Feb 2005 07:50:34 +0000
(
02:50
-0500)
sim/main.cc:
basename is in libgen
--HG--
extra : convert_revision :
1af6ff2f492b4deee9e56edfa5ee6ea235cd4eb0
sim/main.cc
patch
|
blob
|
history
diff --git
a/sim/main.cc
b/sim/main.cc
index 1748294af9cdfcd814f604cbe1125c81099b92af..d4c31d5f2aaca5e5327c9f53eec3137fbcaac3c8 100644
(file)
--- a/
sim/main.cc
+++ b/
sim/main.cc
@@
-31,6
+31,7
@@
///
#include <sys/types.h>
#include <sys/stat.h>
+#include <libgen.h>
#include <stdlib.h>
#include <signal.h>