From 3f08e1f7264357d8f5e123cb0e1e93a37b69c42b Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 11 Jul 2007 10:53:58 +0000 Subject: moving towards autotools build system - config.h include forgotten & now fixed --- syslog_tst.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'syslog_tst.c') diff --git a/syslog_tst.c b/syslog_tst.c index ca786018..40896b31 100644 --- a/syslog_tst.c +++ b/syslog_tst.c @@ -14,6 +14,8 @@ * to be a problem with overrunning a UNIX domain socket with * excessive amounts of input. */ +#include "config.h" + #include #include -- cgit