summaryrefslogtreecommitdiffstats
path: root/regex.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-10-05 18:39:10 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-10-05 22:36:59 -0700
commit347c06761a1a01fb1c8bda56bf636d05ffb34b3a (patch)
treecdee8c275ef5433c9ed8c6771fbc8a9e3048878a /regex.c
parent60a8fb34e19fda1ca58b70267cb2ccbea29a036e (diff)
downloadtxr-347c06761a1a01fb1c8bda56bf636d05ffb34b3a.tar.gz
txr-347c06761a1a01fb1c8bda56bf636d05ffb34b3a.tar.bz2
txr-347c06761a1a01fb1c8bda56bf636d05ffb34b3a.zip
Version 99.txr-99
* RELNOTES: Updated. * configure, txr.1: Bumped version. * share/txr/stdlib/ver.txr: Likewise * Makefile: Improve binary packaging rules. * regex.c: #include <stdarg.h> added.
Diffstat (limited to 'regex.c')
-rw-r--r--regex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/regex.c b/regex.c
index b267b52a..e4dfee4d 100644
--- a/regex.c
+++ b/regex.c
@@ -34,6 +34,7 @@
#include <dirent.h>
#include <limits.h>
#include <signal.h>
+#include <stdarg.h>
#include "config.h"
#include "lib.h"
#include "parser.h"