summaryrefslogtreecommitdiff
path: root/src/auth_time.c
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2015-04-29 10:57:06 -0400
committerSteve Dickson <steved@redhat.com>2015-04-29 11:43:39 -0400
commit5d4970d31678ea208e92876a16dd03d1ac58d699 (patch)
treed05563d66f01fd740f0de41c79e117345cb1d5dc /src/auth_time.c
parentb28ce6488f5d9be52a0099a12142a3085a86de2a (diff)
downloadti-rpc-5d4970d31678ea208e92876a16dd03d1ac58d699.tar.gz
Make sure to include config.h
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'src/auth_time.c')
-rw-r--r--src/auth_time.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/auth_time.c b/src/auth_time.c
index 13717ff..10e58eb 100644
--- a/src/auth_time.c
+++ b/src/auth_time.c
@@ -25,6 +25,9 @@
* needed to deal with TCP connections.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
#include <stdio.h>
#include <syslog.h>
#include <string.h>