aboutsummaryrefslogtreecommitdiffhomepage
path: root/main.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-04-20 09:42:11 +1000
committerGravatar axel <axel@liljencrantz.se>2006-04-20 09:42:11 +1000
commit9d770af5f4797d28cc2d44559f2ed77a11c602de (patch)
treed93c6484ca2ef4d6b05eb5164be5c092e95fbaec /main.c
parentd1ff6a323a36ee53ac999456ec6d107da012645c (diff)
Earlier history in non-interactive mode bugfix contained a new bug causing fish to crash if read is not used in non-interactive mode
darcs-hash:20060419234211-ac50b-886a33e96cb3f95e9b2c632f03eb3b2b20a560fd.gz
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index 47355208..d2426308 100644
--- a/main.c
+++ b/main.c
@@ -61,6 +61,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "output.h"
#include "translate.h"
#include "halloc_util.h"
+#include "history.h"
/**