diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2006-12-09 08:01:00 -0800 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2006-12-09 08:01:00 -0800 |
commit | b9abf9c00c02feb52a2c796199343acebe20d8ef (patch) | |
tree | de4ad845520c09f876309d89a60e13831360ad70 /src/misc/st | |
parent | 4cf99cae95c629b31d6d89c5dcea2eeb17654c85 (diff) | |
download | abc-b9abf9c00c02feb52a2c796199343acebe20d8ef.tar.gz abc-b9abf9c00c02feb52a2c796199343acebe20d8ef.tar.bz2 abc-b9abf9c00c02feb52a2c796199343acebe20d8ef.zip |
Version abc61209
Diffstat (limited to 'src/misc/st')
-rw-r--r-- | src/misc/st/st.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc/st/st.c b/src/misc/st/st.c index 892a33af..c0965a41 100644 --- a/src/misc/st/st.c +++ b/src/misc/st/st.c @@ -8,7 +8,7 @@ * */ #include <stdio.h> -//#include "extra.h" +#include <stdlib.h> #include "st.h" #ifndef ABS |