summaryrefslogtreecommitdiff
path: root/misc/mktime.c
diff options
context:
space:
mode:
authorRalf Corsépius <corsepiu@fedoraproject.org>2007-10-28 06:57:08 +0100
committerRalf Corsépius <corsepiu@fedoraproject.org>2007-10-28 06:57:08 +0100
commitbb3c8db9a5428f1cab562ea205e6b1305822fe5d (patch)
treeb2e8c55f75eaf3e041d1de565bba942983565681 /misc/mktime.c
parenta241ba959f4b47a9631995cb3991e61ee70fb6a4 (diff)
downloadlibrpm-tizen-bb3c8db9a5428f1cab562ea205e6b1305822fe5d.tar.gz
librpm-tizen-bb3c8db9a5428f1cab562ea205e6b1305822fe5d.tar.bz2
librpm-tizen-bb3c8db9a5428f1cab562ea205e6b1305822fe5d.zip
Include "config.h" instead of <config.h>.
Diffstat (limited to 'misc/mktime.c')
-rw-r--r--misc/mktime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/mktime.c b/misc/mktime.c
index 6004bc055..bd52a22a5 100644
--- a/misc/mktime.c
+++ b/misc/mktime.c
@@ -23,7 +23,7 @@
/* #define DEBUG 1 */
#ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
#endif
/* Assume that leap seconds are possible, unless told otherwise.