aboutsummaryrefslogtreecommitdiffhomepage
path: root/history.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-02-11 10:13:17 +1000
committerGravatar axel <axel@liljencrantz.se>2006-02-11 10:13:17 +1000
commit20c83ba605183e1a597bf790be1d1d0f06d2651f (patch)
tree09e989c55d6bdf40dbe5d8cbcb4694cbbcf2a3c7 /history.c
parente9e32f980bb906994ed8bc1aa26f97fb3df19eec (diff)
Optimize the halloc implementation so that mutiple calls to halloc can be satisfied by a single malloc, also add wcsdup and wcsndup workalikes using halloc
darcs-hash:20060211001317-ac50b-c9cf234c334b4d697fe1251c21013c8ec7f7b0a1.gz
Diffstat (limited to 'history.c')
-rw-r--r--history.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/history.c b/history.c
index aa8d9f78..ae1da878 100644
--- a/history.c
+++ b/history.c
@@ -19,6 +19,7 @@
#include "reader.h"
#include "env.h"
#include "sanity.h"
+#include "signal.h"
/*
The history is implemented using a linked list. Searches are done