aboutsummaryrefslogtreecommitdiffhomepage
path: root/fallback.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-05-03 02:28:30 +1000
committerGravatar axel <axel@liljencrantz.se>2006-05-03 02:28:30 +1000
commit92fde30c0c4ac336aff8eda08f9e164b0f5761d9 (patch)
treeef66eabb2fc918ecbb0a822ebdfe4c190d3afb92 /fallback.h
parentd690a15b29e69b2dcd762541e5ed708c4f304c27 (diff)
Fix segfault when using the 'set' command with no arguments
darcs-hash:20060502162830-ac50b-d3ab63c29a6daeaa62803923b060ec69942911f8.gz
Diffstat (limited to 'fallback.h')
-rw-r--r--fallback.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fallback.h b/fallback.h
index 262ca881..3ec46666 100644
--- a/fallback.h
+++ b/fallback.h
@@ -6,7 +6,7 @@
#include <stdarg.h>
#include <wctype.h>
#include <wchar.h>
-#include "common.h"
+
/**
Under curses, tputs expects an int (*func)(char) as its last