diff options
author | Michael Biebl <biebl@debian.org> | 2010-03-04 14:16:21 +0100 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2010-03-04 14:16:21 +0100 |
commit | 4af6f89dda61bb5acd862b805302542d9c0da005 (patch) | |
tree | 92281dd8c85c9361de75437db2b6f4149cc29b48 /tests/ourtail.c | |
parent | 98a45d0b54c09ca82b3540491915ad6cc61c1a97 (diff) | |
download | rsyslog-4af6f89dda61bb5acd862b805302542d9c0da005.tar.gz |
Imported Upstream version 4.6.1upstream/4.6.1
Diffstat (limited to 'tests/ourtail.c')
-rw-r--r-- | tests/ourtail.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ourtail.c b/tests/ourtail.c index 4e8a641..c31babb 100644 --- a/tests/ourtail.c +++ b/tests/ourtail.c @@ -26,6 +26,7 @@ * * A copy of the GPL can be found in the file "COPYING" in this distribution. */ +#include "config.h" #include <stdio.h> int main(int __attribute__((unused)) argc, char __attribute__((unused)) *argv[]) |